View Single Post
Old 04-14-2010, 07:58 AM   #5
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by luxal View Post
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.
Starson17 is offline   Reply With Quote