home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / SUBST.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  779 b   |  18 lines

  1. COMMAND:  SUBST (Substitute)
  2.  
  3. FUNCTION: Allows you to use a different drive specifier to refer to another
  4.           drive or path.
  5.  
  6. FORMAT:   SUBST [d: d:path]![d: /D]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  d: d:path indicates that d: is used to refer to d:path where the
  11.           path must start from the root directory. The substituted drive cannot
  12.           be the same as the default drive.
  13.           d: /D deletes the substitution for drive d:.
  14.           SUBST with no parameters displays the current drive substitutions.
  15.           The configuration sub-command LASTDRIVE limits the letters available
  16.           for substitution. SUBST is useful  for applications that recognize
  17.           drive specifications but do not recognize path specifications.
  18.