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
Post a Comment