sending contents of a command prompt to a text file

  • Thread starter Thread starter Sul@MS NewsServer
  • Start date Start date
S

Sul@MS NewsServer

is it possible to send the contents of a command prompt to a text file?
the command prompt is "arp-a"
 
Sul@MS NewsServer said:
is it possible to send the contents of a command prompt to a text file?
the command prompt is "arp-a"

Hi
Create Blank Text Document
Open the command prompt, Right click within the window >Select All
Then Paste to text document

chas2209
 
What "Anteaus" wrote was all that you needed to know about sending output to a file.

However, I wanted to give you a little bit of general advice about the use of
"switches".

In your example "arp-a" the "-a" was the "switch".

But you should *always* leave a space between the command and between any individual
switches.

e.g. : dir /a /o /p
arp -a -g

==

Cheers, Tim Meddick, Peckham, London. :-)
 
Back
Top