sending contents of a command prompt to a text file

  • Thread starter Sul@MS NewsServer
  • 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"
 
C

chas2209

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
 
T

Tim Meddick

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. :)
 

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