home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / join / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  896 b   |  23 lines

  1.                              JOIN
  2.  
  3. The JOIN external command tells DOS to use a directory name on one disk as a 
  4. shorthand way of referring to another disk drive. This allows several 
  5. physcial disks or partitions (say, D:, E;, and F:) to be referred to as 
  6. parts of another disk (say, C:).  The opposite of JOIN is SUBST.
  7.  
  8.     JOIN d1: [d2:]\directory
  9.     JOIN d1: /D
  10.  
  11. d1 and d2 are disk drive letters.
  12.  
  13. <directory> is a directory on d2, and must be empty. It cannot be the
  14.     current directory on d2. 
  15.  
  16. /D is used to delete the connection between d1 and the directory named on
  17.     d2.
  18.  
  19. After JOINing, the disk drive letter d1: cannot be referenced until the JOIN 
  20. has been deleted. JOIN won't work for disks on another computer in a network.
  21. Trying to use BACKUP, REPLACE, RESTORE, or SUBST on a directory name defined 
  22. by JOIN should be avoided.
  23.