View Single Post
Old 03-21-2011, 07:08 PM   #13
reading
Junior Member
reading began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2011
Device: Kindle
BTW, for some bizare reason running calibre at the command prompt prevents CMD files from running, so you may need to open a new cmd prompt before you start using the fix.cmd file.

The following line in fix.cmd starts calibredb in a separate cmd process so it doesn't mess up the running of fix.cmd itself.

start "DB" /WAIT cmd /c "C:\program files\calibre2\calibredb.exe" set_metadata %~1 %opf%

if you think that the calibredb command is not working right, you will need to change the /c to /k, this will leave the new cmd window open when calibredb is done so you can see any error message it displayed
reading is offline   Reply With Quote