Quote:
Originally Posted by itimpi
You might get away with one bat file if you store the bat file itself under Dropbox and use relative paths rather than absolute paths.
|
I thought about it but was not sure if it would work
that mean instead of
Code:
SET CALIBRE_CONFIG_DIRECTORY=C:\My Dropbox\CalibreConfig
I could use
Quote:
SET CALIBRE_CONFIG_DIRECTORY=CalibreConfig
|