Batch problem
Posted: 29 Oct 2005, 10:33
How can I pipe the window output from another window started by
a batch file to a text file?
Somehow I only get results with empty files, probably it pipes
the bat window instead of the working window?
doesn't work?
Regards,
Guenther
a batch file to a text file?
Somehow I only get results with empty files, probably it pipes
the bat window instead of the working window?
- Code: Select all
e.g.
start/wait foo /flag1 /flag2 path\prog.exe > foo.txt
- Code: Select all
or:
start/wait foo /flag1 /flag2 path\prog.exe
/wait > foo.txt
doesn't work?
Regards,
Guenther