C:\WINDOWS>NET HELP PRINT
The syntax of this command is:
NET PRINT
\\computername\sharename
[\\computername
] job#
[/HOLD | /RELEASE | /DELETE
]NET PRINT displays print jobs and shared queues.
For each queue, the display lists jobs, showing the size
and status of each job, and the status of the queue.
\\computername Is the name of the computer sharing the printer
queue(s).
sharename Is the name of the shared printer queue.
job# Is the identification number assigned to a print
job. A computer with one or more printer queues
assigns each print job a unique number.
/HOLD Prevents a job in a queue from printing.
The job stays in the printer queue, and other
jobs bypass it until it is released.
/RELEASE Reactivates a job that is held.
/DELETE Removes a job from a queue.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP SERVICES
The syntax of this command is:
SERVICES
NET START can be used to start services, including:
NET START ALERTER
NET START BROWSER
NET START CLIENT SERVICE FOR NETWARE
NET START CLIPBOOK
NET START DHCP CLIENT
NET START EVENTLOG
NET START FILE REPLICATION
NET START MESSENGER
NET START NET LOGON
NET START NT LM SECURITY SUPPORT PROVIDER
NET START PLUG AND PLAY
NET START REMOTE ACCESS CONNECTION MANAGER
NET START ROUTING AND REMOTE ACCESS
NET START RPCLOCATOR
NET START RPCSS
NET START SCHEDULE
NET START SERVER
NET START SPOOLER
NET START TCP/IP NETBIOS HELPER SERVICE
NET START UPS
NET START WORKSTATION
When typed at the command prompt, service names of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.
C:\WINDOWS>NET HELP SEND
The syntax of this command is:
NET SEND
message
Sends messages to other users, computers, or messaging names
on the network. The Messenger service must be running to receive messages.
You can send a message only to a name that is active on the network.
If the message is sent to a username, that user must be logged on
and running the Messenger service to receive the message.
name Is the username, computername, or messaging name
to send the message to. If the name is a
computername that contains blank characters,
enclose the alias in quotation marks (" ").
* Sends the message to all the names in your group.
/DOMAIN
[:name
] Sends the message to all the names in the
workstation domain. If name is specified, the
message is sent to all the names in the specified
domain or workgroup.
/USERS Sends the message to all users connected to
the server.
message Is text to be sent as a message.
NET HELP command | MORE displays Help one screen at a time.