User's Guide for MS-DOS Clients
293
Using NetWare Connectivity
Working with NetWare Connectivity
ncopy net copy Copies files from one location to another on a
server, or from one network computer to
another.
ncopy memo.doc sales/sys:word
net copy memo.doc \\sales\sys\word
nprint net use lptx:
net copy
Prints a file on a network printer. With
LAN Manager, you must first use net use to
connect to a printer (if you aren’t already
connected), and then use net copy to send the
file to the printer.
nprint memo.txt s=product p=1
net use lpt2 \\product\laser1
net copy memo.txt lpt2
pstat (NetWare
2.x only)
net print Displays information about printers attached to
a server. LAN Manager’s net print command
lists the jobs in each print queue; NetWare’s
pstat command does not.
pstat s=product
net print \\product
send net send Sends a message to another user. With
Windows NT and LAN Manager, the message
can usually have as many as 256 characters
(depending on the value of sizmessbuf in the
LANMAN.INI file). With NetWare, the
message is limited to 45 characters.
send "Meeting canceled" terryn
net send terryn Meeting canceled
setpass net password Changes your password.
setpass
net password
NetWare
command
LAN Manager
command
Explanation and example