home *** CD-ROM | disk | FTP | other *** search
- EXAMPLES OF USE OF JOIN COMMAND
-
- Assume that some of the directories on hard disk C: and D: were as
- follows:
- ROOT DIRECTORIES
-
- C: D:
- --------- ----------
- / | | \
- / | | \
- PROJECTS TESTS DONE PENDING
-
- In the sample disk structures above we have subdirectories
- PROJECTS, TESTS, DONE, and PENDING.
-
- If a
-
- JOIN D: C:\BUDGETS
-
- were entered, all references to C:\BUDGETS would be routed to drive D:.
- The directory structure would APPEAR to be:
-
- ROOT DIRECTORIES
-
- C:
- ---------------
- / | \
- / | \
- PROJECTS TESTS BUDGETS
- / \
- DONE PENDING
- The command
-
- JOIN D: /D
-
- will undo the effects of a previous JOIN command. Entering
-
- JOIN
-
- will provide a list of the currently JOINed disk drives.