Thank you for everything Thiago,
That works well. I only had to modify the code of the batch, because I think my directory path was too long which caused an error.
Quote:
@echo off
cd "C:\Users\christophe\Documents\C6.4.0\Calibre Portable"
set CALIBRE_CONFIG_DIRECTORY=.\Calibre Settings
calibre-debug.exe -g
|