home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / subst / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  39 lines

  1. EXAMPLES OF USE OF SUBST COMMAND
  2.  
  3. Assume that some of the directories on hard disk C: were as follows:
  4.  
  5.  
  6.              C:            ROOT DIRECTORY
  7.           ---------------
  8.           /      |          \
  9.          /       |            \
  10.      PROJECTS  TESTS     BUDGETS
  11.                 /    \
  12.                  DONE    PENDING
  13.  
  14.      In the sample disk structures above we have subdirectories 
  15. PROJECTS, TESTS, BUDGETS, DONE, and PENDING.  
  16.  
  17. If a
  18.  
  19.     SUBST D: C:\BUDGETS
  20.  
  21. were entered, all references to drive D: would be routed to C:\BUDGETS.  
  22. The directory structure would APPEAR to be:
  23.  
  24.               ROOT DIRECTORIES
  25.  
  26.              C:                D:
  27.           ---------                   ----------
  28.           /      |                |      \
  29.          /       |                |        \
  30.      PROJECTS  TESTS              DONE      PENDING
  31.  
  32. If a
  33.  
  34.     SUBST B: A:\
  35.  
  36. were entered, all references to drive B: would be routed to A:\. This is 
  37. one way to make a machine with only one diskette drive behave as though 
  38. it had two.
  39.