PATH is an environment variable on various operating systems which specifies a list of directories where executable programs are located.
On POSIX and Unix-like operating systems, the PATH variable is specified as a list of one or more directory names separated by colon : characters.
On DOS, OS/2, and Windows operating systems, the PATH variable is specified as a list of one or more directory names separated by semicolon ; characters.
 
     
     
     
     
     
     
     
     
     
     
     
     
    