Sets a search path for data files. (PATH is used for program files).
If a file is not found in the current directory, DOS will search appended paths in
turn.
| append [/x:][/e] |
|||||||||||||||
|
| >append | Shows appended drives and paths. |
| >append; | Removes appended drives and paths returning search to normal: look for data files only in current (working) directory. |
| >append c:\letters;d:\docs\reports | Looks for data files in: 1) the current directory 2) c:\letters 3) d:\docs\reports |