Jump to content

BEGINLIBPATH

From EDM2
Revision as of 13:25, 22 November 2017 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This variable prepends LIBPATH. That is, all paths listed in BEGINLIBPATH are added in front 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 BEGINLIBPATH=<path>;<path2>

Parameters

Multiple entries must be delimited by a semicolon.