Networking Forums

Networking Forums > Network Hardware > Home Networking > MS Command Line Syntax

Reply
Thread Tools Display Modes

MS Command Line Syntax

 
 
Geoff Lane
Guest
Posts: n/a

 
      12-04-2004, 11:56 AM
My main computer is packed away and I've left some data on it.

Can anyone remind me of the syntax for various command line Network
tools.

I'm running MSXP Home.

Geoff Lane

 
Reply With Quote
 
 
 
 
Owen Rees
Guest
Posts: n/a

 
      12-04-2004, 12:13 PM
On Sat, 04 Dec 2004 12:56:51 +0000, Geoff Lane
<(E-Mail Removed)> wrote in
<(E-Mail Removed)>:

>Can anyone remind me of the syntax for various command line Network
>tools.
>
>I'm running MSXP Home.


At the command prompt 'net /?' gives the syntax for the 'net' command
which reveals a 'net help' sub-command and that says to use 'net help
command' for help on the sub-commands.

--
Owen Rees
[one of] my preferred email address[es] and more stuff can be
found at <http://www.users.waitrose.com/~owenrees/index.html>
 
Reply With Quote
 
Christo
Guest
Posts: n/a

 
      12-06-2004, 12:34 AM

"Geoff Lane" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> My main computer is packed away and I've left some data on it.
>
> Can anyone remind me of the syntax for various command line Network
> tools.
>
> I'm running MSXP Home.
>
> Geoff Lane
>


netstat
ipconfig
ping
tracert
ipconfig /all
ftp
telnet
net
netsh
nbtstat
nslookup
pathping


they are all bit a few of the probable networking commands available in
windows XP's CLI which is a dumbed down version of DOS, hope this helps

tried some old windows NT commands like whoami and they dont work

all above commands work, why dont you just use gui to configure?

HTH

chris


 
Reply With Quote
 
John Burke
Guest
Posts: n/a

 
      12-06-2004, 08:55 AM
Christo wrote

> netstat
> ipconfig
> ping
> tracert
> ipconfig /all
> ftp
> telnet
> net
> netsh
> nbtstat
> nslookup
> pathping


> they are all bit a few of the probable networking commands available
> in windows XP's CLI which is a dumbed down version of DOS...


Er, no that isn't true actually. Although real-mode DOS is no longer
accessible, it's commands have actually been enhanced.

Btw Geoff, for info on any command: 1. open a DOS window 2. type command /?

JB







 
Reply With Quote
 
Geoff Lane
Guest
Posts: n/a

 
      12-06-2004, 11:10 AM
On Mon, 6 Dec 2004 01:34:34 -0000, "Christo" <(E-Mail Removed)>
wrote:

>> Can anyone remind me of the syntax for various command line Network
>> tools.


>netstat
>ipconfig
>ping
>tracert
>ipconfig /all
>ftp
>telnet
>net
>netsh
>nbtstat
>nslookup
>pathping
>
>
>they are all bit a few of the probable networking commands available in
>windows XP's CLI which is a dumbed down version of DOS, hope this helps


Yes, thanks.

>all above commands work, why dont you just use gui to configure?


Sometimes a quick command line entry gets the info just as quick if
not more so.

Thanks for the info.

Geoff Lane

 
Reply With Quote
 
Geoff Lane
Guest
Posts: n/a

 
      12-06-2004, 02:58 PM
On Mon, 6 Dec 2004 09:55:21 -0000, "John Burke" <(E-Mail Removed)>
wrote:

>Christo wrote


>> they are all bit a few of the probable networking commands available
>> in windows XP's CLI which is a dumbed down version of DOS...

>
>Er, no that isn't true actually. Although real-mode DOS is no longer
>accessible, it's commands have actually been enhanced.
>
>Btw Geoff, for info on any command: 1. open a DOS window 2. type command /?


It all comes flooding back - I've used DOS quite a bit in the past but
one tends to forget the syntax when not used for a while - or is it
old age :-)))

Geoff Lane

 
Reply With Quote
 
Graham
Guest
Posts: n/a

 
      12-06-2004, 08:31 PM

>
> >all above commands work, why dont you just use gui to configure?

>



As they used to say:
Real men use DOS
GUI's are for W.I.M.P's

Graham.

%Profound_observation%


 
Reply With Quote
 
Dave MacRae
Guest
Posts: n/a

 
      12-06-2004, 09:08 PM
On Mon, 6 Dec 2004 21:31:44 -0000, Graham wrote:
>
>>
>> >all above commands work, why dont you just use gui to configure?

>>

>
>
> As they used to say:
> Real men use DOS
> GUI's are for W.I.M.P's
>


What a poof!!

You should be typing in your own machine code.

--
Dave
 
Reply With Quote
 
Graham
Guest
Posts: n/a

 
      12-06-2004, 10:29 PM

> > As they used to say:
> > Real men use DOS
> > GUI's are for W.I.M.P's
> >

>
> What a poof!!
>
> You should be typing in your own machine code.
>



Last time I did that I executed it with the command
RANDOMIZE USR 16514


--
Graham.

Profound_observation%



 
Reply With Quote
 
Christo
Guest
Posts: n/a

 
      12-08-2004, 09:11 PM

"John Burke" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Christo wrote
>
>> netstat
>> ipconfig
>> ping
>> tracert
>> ipconfig /all
>> ftp
>> telnet
>> net
>> netsh
>> nbtstat
>> nslookup
>> pathping

>
>> they are all bit a few of the probable networking commands available
>> in windows XP's CLI which is a dumbed down version of DOS...

>
> Er, no that isn't true actually. Although real-mode DOS is no longer
> accessible, it's commands have actually been enhanced.
>
> Btw Geoff, for info on any command: 1. open a DOS window 2. type command
> /?
>
> JB
>


thats where you are wrong

i tested all those commands before posting in XP home SP2

Start --> Run --> cmd

they all show up either options for the command and help implimenting it or
actually run

maybe you should test things before you dis credit them?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add an ip to a NIC (from the command line)? gst Windows Networking 1 10-01-2008 02:42 PM
FTP via Proxy server - syntax of command? Cameron Kerr Linux Networking 2 05-24-2004 08:47 AM
Start VPN from the command line? Croco Stimpy Windows Networking 1 04-26-2004 06:31 PM
Command syntax Invisible Windows Networking 0 02-12-2004 09:20 AM
command line Rupert Windows Networking 2 10-20-2003 07:23 PM



1 2 3 4 5 6 7 8 9 10 11