Outputting Cmd Prompt Data to a .txt file

  • Thread starter Thread starter Ignis Fatuus
  • Start date Start date
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?
 
Hi:

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

C:\Documents and Settings\> dir >pepe.txt
 
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:@MSITStore:%windir%\Help\ntcmds.chm::/redirection.htm
 
Back
Top