home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / join / examples.hlp next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  41 lines

  1. EXAMPLES OF USE OF JOIN COMMAND
  2.  
  3. Assume that some of the directories on hard disk C: and D: were as 
  4. follows:
  5.               ROOT DIRECTORIES
  6.  
  7.              C:                D:
  8.           ---------                   ----------
  9.           /      |                |      \
  10.          /       |                |        \
  11.      PROJECTS  TESTS              DONE      PENDING
  12.  
  13.      In the sample disk structures above we have subdirectories 
  14. PROJECTS, TESTS, DONE, and PENDING.  
  15.  
  16. If a
  17.  
  18.     JOIN D: C:\BUDGETS
  19.  
  20. were entered, all references to C:\BUDGETS would be routed to drive D:.  
  21. The directory structure would APPEAR to be:
  22.  
  23.               ROOT DIRECTORIES
  24.  
  25.              C:
  26.           ---------------
  27.           /      |          \
  28.          /       |            \    
  29.      PROJECTS  TESTS     BUDGETS
  30.                 /    \
  31.                        DONE    PENDING
  32. The command
  33.  
  34.     JOIN D: /D
  35.  
  36. will undo the effects of a previous JOIN command. Entering
  37.  
  38.     JOIN
  39.  
  40. will provide a list of the currently JOINed disk drives.
  41.