home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0034 / iso_0067.iso < prev    next >
Encoding:
Text File  |  1991-12-02  |  1.1 KB  |  30 lines

  1. Command:  ASSIGN                        Type: DOS external command
  2.  
  3. Purpose:  Assigns a drive letter to a different drive.
  4.  
  5. Syntax:   assign [x[=]y[...]]
  6.           where:
  7.  
  8.           x is the drive that DOS currently reads and writes to.
  9.           y is the drive that you want DOS to read and write to.
  10.  
  11. Comments: The assign command lets you read and write files on drives other
  12.           than A and B for applications that use only those two drives. You
  13.           cannot assign a drive being used by another program, and cannot
  14.           assign an undefined drive.
  15.  
  16.           To  ensure compatability with future versions of DOS you should
  17.           use the SUBST command instead of ASSIGN. The following commands
  18.           are equivilent:
  19.  
  20.           assign a = c
  21.           subst a: c:\
  22.  
  23.           Since the assign command disguises the true device type, you
  24.           should NOT use assign
  25.           - with commands that require drive information (backup, restore,
  26.             label, join, subst, print).
  27.           - during normal use of DOS, except as required by a program.
  28.  
  29.           NOTE:     Format and Diskcopy ignore drive reassignments.
  30.