oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
APPEND--Examples
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                              APPEND──Examples
 
To allow programs to open data files in a directory named LETTERS on the
disk in drive B and in a directory named REPORTS on the disk in drive A as
if the files were in the current directory, type the following command:
 
    append b:\letters;a:\reports
 
To append the same directories and keep a copy of the list of appended
directories in the MS-DOS environment, type the following commands:
 
    append /e
 
    append b:\letters;a:\reports
 
These must be the first APPEND commands you use after starting your system.
 
                                      ♦