home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / ASSIGN.### next >
Encoding:
Text File  |  1985-12-27  |  731 b   |  17 lines

  1. COMMAND:  ASSIGN (Assign Drives)
  2.  
  3. FUNCTION: Instructs DOS to use a different drive from the one that was
  4.           specified for disk operations.
  5.  
  6. FORMAT:   ASSIGN [x=y[...]]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  The first drive letter is internally converted by DOS to the second
  11.           drive letter.  Do not enter a colon after either drive specification.
  12.           Entering ASSIGN with no parameters causes all drive assignments to be
  13.           reset so that normal drive assignments will resume.  DISKCOPY,
  14.           DISKCOMP, and FORMAT will ignore any drive reassignments.  This
  15.           command is of most use with applications written to perform their
  16.           disk operations on drives A and B.
  17.