BEGINLIBPATH: Difference between revisions
Appearance
Created page with "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..." |
No edit summary |
||
Line 1: | Line 1: | ||
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. | 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 | SET BEGINLIBPATH=<path>;<path2> | ||
==Parameters== | ==Parameters== |
Latest revision as of 13:25, 22 November 2017
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.