Path Command

c:\>path

PATH=C:\WINDOWS\system 32; C:\WINDOWS; C:\WINDOWS\System32\Wbem;

ð To display the complete path of the command prompt.

Syntax of the adding a new path.

path=%path%;(new path)

Ex

C:\>path=%path%;d:\dir1

ð To add a new path.

C:\path

PATH=C:\WINDOWS\system 32; C:\WINDOWS; C:\WINDOWS\System32\Wbem; D:\DIR1