Jump to content

PATH (Environment variable): Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "PATH specifies the search path for executable files. This is used so that you can start an application from any directory without having to enter the path to the executable fi..."
 
(No difference)

Latest revision as of 13:34, 13 November 2017

PATH specifies the search path for executable files. This is used so that you can start an application from any directory without having to enter the path to the executable file.

SET PATH=<path1>;<path2>;<path3>;

Parameters

Value can be any full path. Relative paths are not allowed.

In contrast the command PATH shows and alters the active environment.