home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / JOIN.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  652 b   |  16 lines

  1. COMMAND:  JOIN
  2.  
  3. FUNCTION: Connects a drive to a directory on another drive to produce a single
  4.           directory structure from two separate directories.
  5.  
  6. FORMAT:   JOIN [d: d:\directory]![d: /D]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  d: d:\directory connects the first drive to the specified directory.
  11.           The directory must be empty, it must not be the current directory or
  12.           the root directory, and it must be only one level from its root.
  13.           d: /D disconnects a previous JOIN of the specified drive.
  14.           JOIN with no parameters displays a list of drives and directories
  15.           currently joined.
  16.