|
The PATH variable specifies the search path for executables. 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.
|