How can you make a .exe file accessible from any location in the Windows command window? Is there some registry entry that has to be entered?
You have to put your .exe file's path into enviroment variable path. Go to "My computer -> properties -> advanced -> environment variables -> Path" and edit path by adding .exe's directory into path.
Another solution I personally prefer is using RapidEE for a smoother variable editing.
Put it in the c:\windows directory or add your directory to the "path" in the environment-settings (windows-break - tab advanced)
regards, //t
Windows 10, 8.1, 8
Open start menu,
Edit environment variablesEdit the system environment variablesEnvironment variables... buttonSystem Variables box find path variableEditNew.exe or batch file ( Directory means exclude the file name from path)Ok on all open windows and You need to make sure that the exe is in a folder that's on the PATH environment variable.
You can do this by either installing it into a folder that's already on the PATH or by adding your folder to the PATH.
You can have your installer do this - but you will need to restart the machine to make sure it gets picked up.
Add to the PATH, steps below (Windows 10):