PDA

View Full Version : Minor error: Batch processing echo command uses ^038 instead of & in file names



stevehiner
February 18th, 2008, 12: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.

DanR
February 19th, 2008, 06:28 AM
Thanks for pointing it out. We will take a look at it for the next build.