home *** CD-ROM | disk | FTP | other *** search
- COMMAND: SUBST (Substitute)
-
- FUNCTION: Allows you to use a different drive specifier to refer to another
- drive or path.
-
- FORMAT: SUBST [d: d:path]![d: /D]
-
- TYPE: DOS external command
-
- REMARKS: d: d:path indicates that d: is used to refer to d:path where the
- path must start from the root directory. The substituted drive cannot
- be the same as the default drive.
- d: /D deletes the substitution for drive d:.
- SUBST with no parameters displays the current drive substitutions.
- The configuration sub-command LASTDRIVE limits the letters available
- for substitution. SUBST is useful for applications that recognize
- drive specifications but do not recognize path specifications.