Skip to content

Instantly share code, notes, and snippets.

@CreatorB
Created January 24, 2015 07:33
Show Gist options
  • Save CreatorB/931559630ca8cbb5c52d to your computer and use it in GitHub Desktop.
Save CreatorB/931559630ca8cbb5c52d to your computer and use it in GitHub Desktop.
Windows Command is not recognized as an internal or external command operable program or batch file error
Case : Just sample notes about how to solve windows command error like is not recognized as an internal or external command operable program or batch file error
Solutions :
1. Click start, right-click My Computer and click Properties.
2. In the System Properties window, click on the Advanced tab.
3. In the Advanced section, click the Environment Variables button.
4. Finally, in the Environment Variables window (as shown below), highlight the Path variable in the Systems Variable section and click the Edit button. Add or modify the path lines with the paths you wish the computer to access. Each different directory is separated with a semicolon as shown below.
Default path of windows 7 fresh install :
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment