2005-12-15, 08:52 PM
echo %newname% >>transcode_queue.txt
should there be a space??
echo %newname% >> transcode_queue.txt
would be more correct than the other one. %1 will be just the filename passed postprocessing.bat.
If you have importqueue=0 then you better have transcode_queue in the same directory as mtranscode.vbs. I don't think you are doing this.
should there be a space??
echo %newname% >> transcode_queue.txt
would be more correct than the other one. %1 will be just the filename passed postprocessing.bat.
If you have importqueue=0 then you better have transcode_queue in the same directory as mtranscode.vbs. I don't think you are doing this.