- May
- 609
- 4
Windows XP Pro SP3, TCC 10.00.61
Since I upgraded to build 61, all my scheduled tasks which run TCC have been failing. I cannot positively state that it's TCC that's at fault, but I think so, and I'm asking if anyone else has a similar problem.
I have a scheduled task whose command line is
"C:\Program Files\JPSoft\TCMD10\tcc.exe" /C C:\work\test.bat >> test.log
This worked correctly with all builds before this one. By running correctly, I mean it runs TCSTART.BAT, then runs TEST.BAT, appending the output to TEST.LOG, and then runs TCEXIT.BAT.
Now it's failing by running TCSTART.BAT, issuing the command to run TEST.BAT, but TEST.BAT never runs, the next thing in the log is TCEXIT.BAT.
If I removed the ">> test.log", the job will run correctly (but output is to its console window).
I've tried putting parentheses in these ways:
(C:\work\test.bat >> test.log)
(C:\work\test.bat) >> test.log
Neither of these have any effect.
I've escaped the > marks with ^>^>, and then TEST.BAT runs, but it doesn't output to the log file.
Can anyone else verify this behavior?
Since I upgraded to build 61, all my scheduled tasks which run TCC have been failing. I cannot positively state that it's TCC that's at fault, but I think so, and I'm asking if anyone else has a similar problem.
I have a scheduled task whose command line is
"C:\Program Files\JPSoft\TCMD10\tcc.exe" /C C:\work\test.bat >> test.log
This worked correctly with all builds before this one. By running correctly, I mean it runs TCSTART.BAT, then runs TEST.BAT, appending the output to TEST.LOG, and then runs TCEXIT.BAT.
Now it's failing by running TCSTART.BAT, issuing the command to run TEST.BAT, but TEST.BAT never runs, the next thing in the log is TCEXIT.BAT.
If I removed the ">> test.log", the job will run correctly (but output is to its console window).
I've tried putting parentheses in these ways:
(C:\work\test.bat >> test.log)
(C:\work\test.bat) >> test.log
Neither of these have any effect.
I've escaped the > marks with ^>^>, and then TEST.BAT runs, but it doesn't output to the log file.
Can anyone else verify this behavior?