home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / SUBST.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  383 b   |  14 lines

  1. Explanation of the SUBST command. 
  2. It is EXTERNAL.
  3.  
  4. This command will make a path and a drive 
  5. letter the same thing.
  6.  
  7. Example:
  8.        If you have a game that looks in 
  9.        drive A for a disk but you have 
  10.        that game on drive C:\game, you can 
  11.        make the computer think that drive A 
  12.        is drive c:\game by typing this:
  13.               subst a: c:\game
  14.