On 27/03/2014 19:56, Alan Gauld wrote:
On 27/03/14 06:43, Leo Nardo wrote:
Im on windows 8 and i need to open a file called string1.py that is on
my desktop,

Thats your first problem. Its usually a bad idea to store your python
code on the desktop, because the desktop is a pain to find from a
command line.


I disagree with this. From the run prompt I use cmd /F:ON /T:02 /K cd your\code\path

/F:ON   Enable file and directory name completion characters
/T:fg   Sets the foreground/background colors
/K      Carries out the command specified by string

--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to