- Feb
- 53
- 1
I have tied quite a few combinations but I was not able to redirect I/O from a start command. Something like:
With X.EXE beeing a GUI applications writing stuff the the console I don´t want to see normally (but keeping the output in a log file would be nice for debugging).
I found an article on CMD but the ^ trick described won´t work with TCMD.
Any hints or is it hopeless?
Martin
Code:
START X.EXE >&X.out
With X.EXE beeing a GUI applications writing stuff the the console I don´t want to see normally (but keeping the output in a log file would be nice for debugging).
I found an article on CMD but the ^ trick described won´t work with TCMD.
Any hints or is it hopeless?
Martin