2

so that I can execute apps (in cmd prompt) without specifying the fully qualified folder structure.

jj33
  • 11,388

2 Answers2

6

As an admin,

  • Go to Control Panel | System and click on Advanced System Settings in the left pane OR
  • Right-click on Computer and choose Properties

  • Click the Environment Variables button

  • Under System Variables, edit the PATH variable and add your folder to the value (seperate with a semi-colon)
squillman
  • 38,163
1

You can also modify them via the registry. I find this useful when scripting some legacy programs that require certain environmental variables to function.

http://support.microsoft.com/kb/104011