How to add/edit environment variables in windows10
 
- Go to Control Panel -> System and Security -> System
- Click on - Advanced system settingsin the left column
- It opens - System Propertieswindow
- Click on - Environment Variablesbutton at the bottom
Note:
- Path should be the Path of the directory where file resides.
a\b\c\d\foo.exe.
If you want foo to be a command on command line.
You will have to add the following path to the path system variable : a\b\c\d
 
    