I'm trying to have a command at the dos prompt display to the screen as well as save to a file at the same time. Is it possible to do this?
I can do either one or the other. For example:
Display to screen: dir
Save to a file (but doesn't display to the screen): dir >c:\dir.txt
Is there a way to combine both?
I can do either one or the other. For example:
Display to screen: dir
Save to a file (but doesn't display to the screen): dir >c:\dir.txt
Is there a way to combine both?