What is PATH?

An environmental variable to manage list of folders to lookup executable files (.exe, .com and .bat).

To add a folder temporarily from command prompt issue the following command

PATH=%PATH%;C:\Program Files\Java\jdk1.6.0\bin

READ MORE