Quote:
Originally Posted by thiago.eec
You're welcome!
I don't know if there is a better way, but this is how I did. I used a bat script with the following content and saved inside 'Calibre Portable\Calibre':
Code:
@echo off
set CALIBRE_CONFIG_DIRECTORY=..\Calibre Settings
D:
cd "D:\Calibre Portable\Calibre"
calibre-debug -g
|
Brilliant! Thank you so much.