Outputting Cmd Prompt Data to a .txt file

I

Ignis Fatuus

Does anyone remember how to output command prompt data, such as from a
pathping to a .txt file? I don't remember what the switch is for that
command. A little help?
 
J

Juan Perez

Hi:

Do you mean this? To dump the outdata from a command to a text file?

C:\Documents and Settings\> dir >pepe.txt
 
M

Michael Bednarek

Does anyone remember how to output command prompt data, such as from a
pathping to a .txt file? I don't remember what the switch is for that
command. A little help?

Redirection is done via > or >>. See (under NT5.1):
mk:mad:MSITStore:%windir%\Help\ntcmds.chm::/redirection.htm
 

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

Top