2006-10-01, 06:25 PM
(This post was last modified: 2006-10-01, 08:57 PM by theredbaron.)
I'm just bombarding this thread with newbie questions, aren't i?
For some reason, renamerecording does not work when i drag a file on it. I created a batch file that I could just drag an mpg to (not postprocessing), and i put in:
however, nothing happens after the file is dropped on it, and the log doesn't get written to. this is the same line that is in my postprocessing, is there a clear reason why it doesn't work?
I tried from the command line
and it worked. any ideas why it only works when i type in the full path of the file? I'd really like to be able to drag and drop.
EDIT: I seem to have fixed it by typing the full path of renamerecording.exe and .log, and by having [code]cd "Drive:\devnz\gbpvr"[\code] as the first line of the batch
For some reason, renamerecording does not work when i drag a file on it. I created a batch file that I could just drag an mpg to (not postprocessing), and i put in:
Code:
renamerecording -t %1 > renamerecording.log
I tried from the command line
Code:
renamerecording -t "Drive:\Directory\File.mpg" > renamerecording.log
EDIT: I seem to have fixed it by typing the full path of renamerecording.exe and .log, and by having [code]cd "Drive:\devnz\gbpvr"[\code] as the first line of the batch