InterviewSolution
| 1. |
Solve : Batch Files and Logging? |
|
Answer» Is there any way of WRITING the output of a batch file as a program runs to a text file? There is no option with the .exe that I am running from the batch for logging. But would LIKE to keep track of what files it finds. These files are written to the screen as the file executes, but I would like to write these to a text file. |
|