I don't use the command line often, only for executing Python files. When I do, I find it a hassle to have to find and write out the entire directory name (For example, C:\Users\John\Desktop\...
) Is there any way to simply use the command prompt to get into a directory (such as C:\Users\
) and then go down a single directory into the file of choice, like C:\Users\John
?
You can create an alias that allows you to quickly access whatever directory you are commonly operating in... I don't have time to post an example right now but here's another post that should be able to nudge you in the right direction, if it doesn't fully answer your question