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
|