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

  1. Command:  APPEND                        Type: DOS external command
  2.  
  3. Purpose:  Sets a search path for data files.
  4.  
  5. Syntax:   First use only:
  6.                append [/x][/e]
  7.  
  8.           To specify directories to be searched:
  9.                append [drive:]path [;[drive:][path]...]
  10.  
  11.           To delete appended paths:
  12.                append;
  13.  
  14. Comments: The append command allows you to specify a search path for data
  15.           files.
  16.  
  17.           The append command accepts switches only the first time the
  18.           command is invoked.
  19.  
  20. Switches: /x   Extends the search path for data files. DOS first searches
  21.                the current directory for data files. If DOS doesn't find the
  22.                needed data there, it searches the first directory in the
  23.                append search path. If the files are still not found, DOS
  24.                continues to the second appended directory, and so on. DOS
  25.                will not search subsequent directories once the data files
  26.                are found.
  27.  
  28.           /e   Causes appended directories to be stored in the DOS
  29.                environment.
  30.