PATH variable
The PATH variable is a list of directories where each directory contains the executable file for a command.
When a command is entered into the Windows command prompt, the prompt searches in the PATH variable for an executable file with the same name as the command; in the case that the required file is not found, it responds with an error message that states that the specified command was not recognized.
Comments
Post a Comment