How to add a folder to your cmd's path? -


my current window of cmd displays this: c:\users\akshat> want include folder named 'python' located in c:\users\akshat\python cmd's path environment such searches entered file name in mentioned directory well.

how do that? thanks, in advance. :)

you have necessary steps here, careful not delete other folders or replace other characters: http://www.computerhope.com/issues/ch000549.htm

by using echo %path% in cmd can see if folder has been appended @ end of path environment variable.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -