Quote:
Originally Posted by sn123py
would be in short:
portablecalibre.bat
Code:
@echo off
set CALIBRE_CONFIG_DIRECTORY=%cd%config
cd calibre
calibre.exe --with-library ..\calibre-db
exit
regards,
Friedhelm.
|
So, what directory structure would I use on my USB key for this .bat file to work? And where do you put the .bat file? In the program directory?