ENDLIBPATH

From EDM2
Jump to: navigation, search

This variable appends to LIBPATH. That is, all paths listed in ENDLIBPATH are added to the end of the LIBPATH entries. This is normally not used in CONFIG.SYS, but is useful on the command line and in scripts, where setting a particular LIBPATH would not otherwise be possible.

SET ENDLIBPATH=path;path2
Parameters
Multiple entries must be delimited by a semicolon.

See also: BEGINLIBPATH