Chicago Python Workshop/Chicago Python Workshop 1/Friday/Windows terminal navigation: Difference between revisions

m
imported>Aisha
imported>Aisha
Line 90:
# How do you check what files and directories are in your current working directory?
# (Win XP or earlier) If you are in directory <tt>C:\Documents and Settings</tt>, and you want to get to <tt>C:\Documents and Settings\<username>\projects</tt>, how would you do that?
# (Vista or Win 7 only) If you are in directory <tt>C:\Users</tt> , and you want to get to <tt>C:\Users\<username>\projects</tt>, how would you do that?
# What are 2 ways to avoid typing out a full navigation command? (hint: one requires that you've run the command before)
# What is the difference between a command prompt and a Python prompt?
Anonymous user