New
#1
Using PATHS in the command line in Windows 7
Hi there,
I have been looking for a simple way to begin to understand the command line in windows. I'm trying to import python code from a folder, and at the moment I can only get my code to run if I save my folder in the default c:\Users\Jamie\<full path>. My question is in two parts
1. How can I run simple scripts from anywhere else (say, my documents)
2. Can I edit paths somehow such that typing % python <script name> will run my script, from the default C:\Users\Jamie, or otherwise?
Sorry if the questions themselves contain errors in understanding, i haven't used the Windows command before