- Aug
- 2,294
- 111
I have a .btm, which outputs to tmp9:
Works as designed.
If I run the following;
Should this work, or is this not possible using just redirection?
Joe
Code:
@setlocal
@echo off
echo %_isodate > tmp9:
endlocal
Works as designed.
If I run the following;
Code:
R:\>test.btm > tmp8:
TCC: (Sys) R:\test.btm [3] The process cannot access the file because it is being used by another process.
"r:\temp\COUT5368.JPS"
Should this work, or is this not possible using just redirection?
Joe