User's Guide for MS-DOS Clients
292
Using NetWare Connectivity
Working with NetWare Connectivity
NetWare
command
LAN Manager
command
Explanation and example
attach none Establishes a link between your workstation
and a server, so that you can connect to that
server’s resources. In LAN Manager, this is not
necessary because you can connect to a
resource without first attaching to the server.
capture net use lptx Connects to a network printer.
capture l=2 s=product q=laser1
net use lpt2 \\product\laser1
endcap net use lptx /d Ends a connection to a network printer.
endcap l=2
net use lpt2 /d
help net help Displays Help information.
help
net help
login net logon Logs you on to the network. With NetWare,
you usually must be switched to a network
drive (such as Q) to log in; with
LAN Manager, you can log on from the C
drive.
login
net logon
logout net logoff Logs you off from the network.
logout
net logoff
map net use x: Connects to a network directory.
map h: = product/sys
net use h: \\product\sys
map del net use x: /d Deletes a connection to a network directory.
map del h:
net use h: /d