Quote:
Originally Posted by HarryT
Go to "Control Panel". Run the "System" application. Click the "Advanced" tab, and then the "Environment Variables" button. Edit the variable called "Path".
|
You could also drop tools like this into your Windows\system32 folder which is already in your path. That's what I usually do with command line tools that I use alot... for example all of my SysInternals goodies are there.
Having tools in the path allows you to run them from any directory.
You can view what your path is by typing "set" and press enter at a cmd prompt. Look for the PATH= line.
BOb