home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_zhw / 24.ddi / BASIC / USE.HL$ / USE.bin
Encoding:
Text File  |  1993-06-28  |  489 b   |  14 lines

  1.    The syntax of this command is:
  2.  
  3.    NET USE
  4.    NET USE [devicename] \\computername\sharename [password]
  5.    NET USE {devicename | \\computername\sharename} /DELETE
  6.  
  7.    NET USE connects one of your computer's local devicenames (such as Z:
  8.    for directories or LPT1: for printers) to a shared resource 
  9.    (\\computername\sharename).
  10.  
  11.    When used without options, NET USE lists a workstation's connections.
  12.  
  13.    /DELETE  Disconnects a local devicename from a shared resource.
  14.