FreeDOS APPEND 1.00 - Alternative paths for open, findfirst, exec...
(c) Aitor SANTAMARIA MERINO 2004 - under the GNU GPL 2.0

  APPEND [[drive:]path[;...]] [/X[:ON|:OFF]][/PATH:ON|/PATH:OFF] [/E]

Allows programs to open files in specified paths as if they were in
current path

   [drive:]path[;...]]  listing of alternative paths where to search
   /X[:ON]              applies specified paths to file searches and program
                        execution (DOS fns. 3Dh, 4Bh and 4Eh) 
   /X:OFF               applies specified paths only to file openings
                        (DOS fnl. 3Dh)
   /PATH:ON             applies specified paths to filenames already
                        containing a path
   /PATH:OFF            disables /PATH:ON

To display the list of appended directories, use the following syntax:

 APPEND 

To cancel the existing list of appended directories, use the following: 

 APPEND ;
