Quote:
Originally Posted by RbnJrg
Thank you very much for your work. I'm using Calibre portable and it seems the .bat file is not working with that version of Calibre. By the way, did you read this post?
|
I don't use calibre portable so I can't check. The .bat file assumes that the calibre program directory, containing calibre-debug.exe is in your main Windows path (what's the official title for that?). I mean what you see if you type
path at the C:> prompt. You could check that. It was there by default when I did a standard calibre installation to the C: drive.
Also you could try editing the .bat and changing the line
Code:
calibre-debug -e "%ProgDir%ebookscramble.py" "%FileIn%"
to
Code:
F:\path_to_calibre_port\calibre-debug -e "%ProgDir%ebookscramble.py" "%FileIn%"
Or something similar.
Where are the OS techies when you need them? 
ETA: I take it all back, he arrived before I did.