Quote:
Originally Posted by luxal
I would like to do that. But how? I would prefer to have pdf annotator as reader for pdf ebooks, or adobe digital, and foxit for other docs.
Can you give me more direction how to select adobe digital only for a folder, and the rest of pdf docs by foxit?
Thanks a lot.
|
You may need to read up on batch file parameters. Set a batch file to be the default reader for pdf. I'm pretty sure the %1 batch parameter will be the filename, including the folder name for the book. The test will be:
if %~p1 == [calibre library folder]
The "p" refers to the "path" of the %1 parameter.