APPEND
Home >>
MS-DOS Reference >>
Command Categories >>
Directory Management >>
APPEND
Description
Searches for data files in specified directories as if they were in the current directory.
Command Syntax
DOS 3.3+
APPEND [/e][/x]
- /e Stores a copy of the appended search path
in the APPEND environment variable. You must use this the first time
you
use APPEND.
- /x Extends the search path to include file
searches and program file searches. You may only use this the first
time
you use the APPEND command
DOS 4+
APPEND [pathname] [/x [:on | :off]]
[/path :on| :off]
- /x:on works the same way as /x, except you
can use it at any time
- /x:off switches off /x
- /path:on applies APPEND to requests which
include a path
- /path:off switches this off
Any version
APPEND [;]
- The semi-colon separates search paths. On
its own it cancels the APPEND search path.
Comments
APPEND is pretty pointless. It takes
up extra memory and it's far easier to use the PATH command instead. It
once served a purpose but does no longer.
Printed from the NukeSoft MS-DOS Reference. Copyright
© 1995 - 2006 Marcus Houlden