Difference between revisions of "PATH"

From DOSBoxWiki
Jump to navigationJump to search
m (Reverted edits by 195.2.253.86 (Talk); changed back to last version by WikiSysop)
(changed utilities link to commands link)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
== Example PATH ==
 
== Example PATH ==
 
<code><pre>PATH=Z:\;C:\UTILITIES;C:\DOS</pre></code>
 
<code><pre>PATH=Z:\;C:\UTILITIES;C:\DOS</pre></code>
Each element should be a full path (drive letter and sub directories) for clarity, and they should each be separated by a ''';'''.  Linux and Apple users should be aware that the current working directory is always checked first (unlike your host system, which requires a '''./''' to be inside your path).  By default the '''[[ZDrive|Z:\]]''' is at the beginning of the PATH making the default DOSBox [[Utilities|utilities]] available to you no matter what sub directory you are currently in.  Very few software tools would require a change in your PATH, usually only system wide command line utilities like text editors.
+
Each element should be a full path (drive letter and sub directories) for clarity, and they should each be separated by a ''';'''.  Linux and Apple users should be aware that the current working directory is always checked first (unlike your host system, which requires a '''./''' to be inside your path).  By default the '''[[ZDrive|Z:\]]''' is at the beginning of the PATH making the default DOSBox [[Commands|utilities]] available to you no matter what sub directory you are currently in.  Very few software tools would require a change in your PATH, usually only system wide command line utilities like text editors.
  
 
The PATH can be modified by the [[Commands#SET|SET]] command.
 
The PATH can be modified by the [[Commands#SET|SET]] command.

Latest revision as of 20:14, 9 June 2015

The PATH is an environment variable that instructs DOSBox where to find an executable if one cannot be found in the current directory.

Example PATH

PATH=Z:\;C:\UTILITIES;C:\DOS

Each element should be a full path (drive letter and sub directories) for clarity, and they should each be separated by a ;. Linux and Apple users should be aware that the current working directory is always checked first (unlike your host system, which requires a ./ to be inside your path). By default the Z:\ is at the beginning of the PATH making the default DOSBox utilities available to you no matter what sub directory you are currently in. Very few software tools would require a change in your PATH, usually only system wide command line utilities like text editors.

The PATH can be modified by the SET command.