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

  1. ASSIGN [d1=d2 [...]] 
  2.  
  3. The ASSIGN external command tells DOS to use another disk drive than the one 
  4. specified. The ASSIGN command can switch these names. 
  5.  
  6.     ASSIGN [d1=d2 [...]]
  7.  
  8. d1 and d2 are disk drive letters (without the colon (:)). After an
  9.  
  10.     ASSIGN A=C
  11.  
  12. command, all references to drive A: are routed to drive C:. It's as if A: 
  13. doesn't exist. SUBST C: A:\ is a more flexible way to do this. An ASSIGN 
  14. command with no options will undo the effects of all previous ASSIGNs. 
  15.  
  16. Any ASSIGN commands used must appear after the first APPEND command. Trying 
  17. to use BACKUP, CHKDSK, DISKCOMP, DISKCOPY, FDISK, FORMAT, JOIN, LABEL, REPLACE,
  18. RESTORE, or SUBST on a disk drive letter defined by ASSIGN should be avoided.
  19.  
  20. CAUTION: COPYing from A: to C: with this ASSIGN is hazardous. If the filename 
  21. is not changed by the COPY command, a file can be totally or partially lost. 
  22.