Wednesday, July 18, 2012

Adding permanently to path in Windows through console.

path=%PATH%;C:\cygwin\bin\
setx path "%PATH%"


where C:\cygwin\bin is the addition to the current path.

No comments:

Post a Comment