home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / subst / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  27 lines

  1.                             SUBST
  2.  
  3. The SUBST external command lets you substitute (refer to, use) a disk drive 
  4. letter instead of a long pathname for a frequently used directory. SUBST is the
  5. opposite of JOIN. ASSIGN can also be used to substitute one disk drive letter 
  6. for another.
  7.  
  8.     SUBST  d1: [d2:][pathname]
  9.       or
  10.     SUBST  d1: /D
  11.       or
  12.     SUBST
  13.  
  14. d1: is the substitute drive letter you are defining. d1: must be within the 
  15.     range of valid letters established by the LASTDRIVE line in your 
  16.     CONFIG.SYS file.
  17.  
  18. [d2:][pathname] is an existing pathname on a disk drive other than d1: that 
  19.     d1: is defining a substitute for. 
  20.  
  21. /D deletes a previously defined substitute.
  22.  
  23. SUBST with no options will display a list of the currently defined substitute 
  24. drives. SUBST won't work for disks on another computer in a network. Trying
  25. to use ASSIGN, BACKUP, CHKDSK, DISKCOMP, DISKCOPY, FDISK, FORMAT, JOIN, LABEL, 
  26. REPLACE, or RESTORE on a disk defined by SUBST should be avoided.
  27.