Using the Net View Command

At the command prompt, use the net view command to view NetWare file resources or view the list of network servers. The net view command is similar to the NetWare slist utility.

To display a list of NetWare file servers

  • At the command prompt, type:

net view /network:nw

To display volumes on a specific NetWare file server

  • At the command prompt, type:

net view \\<nwservername> /network:nw

For example, to view the volumes on NetWare server B, type:

net view \\B /network:nw

To display the contents of a directory on a NetWare file server running NDS

  • At the command prompt, type:

dir \\<directory path>