DOS networking commands

onsitehelper

New Member
Reaction score
0
Does anyone know of any good websites, which tell you DOS commands to do networking troubleshooting?

Im specifically after the command to view clients on the LAN.

It may also be a idea to put up a article on this website for useful dos commands

Cheers
Adrian
 
net view will show you the other computers on the lan (pretty much the dos version of "view workgroup computers".

Type net help and you'll get a list of all the commands:

Commands available are:
NET ACCOUNTS
NET HELP
NET SHARE
NET COMPUTER
NET HELPMSG
NET START
NET CONFIG
NET LOCALGROUP
NET STATISTICS
NET CONFIG SERVER
NET NAME
NET STOP
NET CONFIG WORKSTATION
NET PAUSE
NET TIME
NET CONTINUE
NET PRINT
NET USE
NET FILE
NET SEND
NET USER
NET GROUP
NET SESSION
NET VIEW

NET HELP SERVICES lists some of the services you can start.
NET HELP SYNTAX explains how to read NET HELP syntax lines.
NET HELP command | MORE displays Help one screen at a time.
 
Back
Top