How do I save compiler/console output into a .txt file

  • Thread starter Thread starter Matt O'Toole
  • Start date Start date
M

Matt O'Toole

I've been doing some programming and configuring from the console (DOS prompt)
lately. I need to be able to save the output as a .txt file. I've forgotten
how to do this with Windows. Can anyone clue me in?

Matt O.
 
-----Original Message-----
I've been doing some programming and configuring from the console (DOS prompt)
lately. I need to be able to save the output as a .txt file. I've forgotten
how to do this with Windows. Can anyone clue me in?

Matt O.


.

For instance, if you want to save the list of files in the
WINNT directory, the command would be:
dir c:\winnt >> c:\temp\test.txt

Does this help ??


MD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top