1.

Solve : DOS Output?

Answer»

Is there a way to simultaneously  REDIRECT the DOS OUTPUT to both the printer and a text FILE?Maybe something like this:

Code: [Select]command > file && type file
EDIT: It will probably overwrite each time THOUGH, so the file will only have the most recent command at the TOP. It won't work if you are trying to make a log. You could subsecquently use >>, but then each time the type command is executed, it will print out the whole log to the screen.



Discussion

No Comment Found