I have the following line which runs fine in a bat file not using tcc debugger:
type %home%xferlog.txt ">>%home%archlog.txt"
But when I run the bat file inside tcc debugger I get:
TCC: (Sys) F:\PVKENT\PVK-SVR4\filexfr\Script\mv2productiontest.bat [90] The filename, directory name, or volume label syntax is incorrect.
">>F"
Anyone know what the problem is:
BTW I have options CMD syntax checked
type %home%xferlog.txt ">>%home%archlog.txt"
But when I run the bat file inside tcc debugger I get:
TCC: (Sys) F:\PVKENT\PVK-SVR4\filexfr\Script\mv2productiontest.bat [90] The filename, directory name, or volume label syntax is incorrect.
">>F"
Anyone know what the problem is:
BTW I have options CMD syntax checked