Microsoft KB Archive/44347

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


MS-DOS: Using the /e Parameter with APPEND.EXE

Article ID: 44347

Article Last Modified on 5/10/2003



APPLIES TO

  • Microsoft MS-DOS 3.1
  • Microsoft MS-DOS 3.2 Standard Edition
  • Microsoft MS-DOS 3.21 Standard Edition
  • Microsoft MS-DOS 3.3 Standard Edition
  • Microsoft MS-DOS 3.3a
  • Microsoft MS-DOS 4.0 Standard Edition
  • Microsoft MS-DOS 4.01 Standard Edition
  • Microsoft MS-DOS 5.0 Standard Edition
  • Microsoft MS-DOS 5.0a
  • Microsoft MS-DOS 6.0 Standard Edition
  • Microsoft MS-DOS 6.2 Standard Edition
  • Microsoft MS-DOS 6.21 Standard Edition
  • Microsoft MS-DOS 6.22 Standard Edition



This article was previously published under Q44347

SUMMARY

The APPEND.EXE command is a terminate-and-stay-resident (TSR) utility that allows you to specify a path or paths that are to be searched when the operating system is trying to find data files. This is similar to the PATH environment variable, with the exception that the search paths indicated by the PATH environment variable are for executable files, not data files.

Beginning with MS-DOS version 3.30, the APPEND program has allowed an /e parameter, which specifies that the APPEND search paths are to be included in the environment with the APPEND environment variable. This allows you to view the APPENDed directories using the SET command at the MS-DOS command prompt. Without this switch, you must type "APPEND" without any parameters to see the active search paths.

The /e parameter is only allowed with the first invocation of the APPEND command. If the /e parameter is not included with the first invocation, the value of the APPEND path is not stored in the environment. If the /e parameter is included with any subsequent APPEND command (regardless of whether it was included with the first invocation), an "Invalid Parameter" error message is displayed on the screen.

MORE INFORMATION

For more information on the APPEND and SET commands, please refer to the "Microsoft MS-DOS User's Guide."


Additional query words: 6.22 3.30 3.30a 4.00 4.01 5.00 5.00a 6.00 6.20

Keywords: KB44347