Quote:
Originally Posted by bbusybookworm
I also Find it easier to Just save this in a BAT file so that even if I forget it, I can easily just Cut and past the names and be done with it.
I or someone else really need to come up with a Batch file which can take any files in a folder and automaticly run the script and convert the files.
|
Not hard at all... in your batch file put the following:
ereader2html.py %1 %2 "My Name" 12345678
Then you can run the batch file passing in the file name and output folder like. (Assume you named the batch file e2h.bat)
e2h MyBookFileName.pdb outputfolder
BOb