| 1. |
Solve : batch file output to text file? |
|
Answer» I have been searching for 30 minutes and I can't believe I haven't found an answer YET. MAYBE I have and just don't know it. How do I OUTPUT the entire contents of a batch file to a text file? Is the only way to use the ">" command at the end of each command? Thanksa batch file is a text file, therefore its contents are already in a text file. i dunno what you want to do but i think i understand it I don't think you do. Quote from: mern1 I want to redirect the entire output of a batch file to a text file. Quote from: mern1 I want the code to be internal to the batch file. |
|