stevehiner
02-18-2008, 06:55 PM
Here's a sample VideoReDoBatch.cmd for a file where I added an ampersand.
@echo off
echo 1/ 1 - Starting: C:\Downloads\The Tick - ^038 - Snippet 3.mpg
cscript //nologo "C:\Program Files\VideoReDoTVSuite\vp.vbs" "C:\Documents and Settings\shiner.OFFICE\Application Data\VideoReDo-TVSuite\The Tick - ^038 - Snippet.BPrj" "C:\Downloads\The Tick - ^038 - Snippet 3.mpg" /t1 /q /e
Echo Done
I know it's a really minor issue. Everything is find except that the echo command should be written out using an &, not encoded as ^038.
@echo off
echo 1/ 1 - Starting: C:\Downloads\The Tick - ^038 - Snippet 3.mpg
cscript //nologo "C:\Program Files\VideoReDoTVSuite\vp.vbs" "C:\Documents and Settings\shiner.OFFICE\Application Data\VideoReDo-TVSuite\The Tick - ^038 - Snippet.BPrj" "C:\Downloads\The Tick - ^038 - Snippet 3.mpg" /t1 /q /e
Echo Done
I know it's a really minor issue. Everything is find except that the echo command should be written out using an &, not encoded as ^038.