Boston Python Workshop 4/Friday/Windows terminal navigation: Difference between revisions

imported>Jesstess
(Created page with 'There are two commands that we'll be using at a command prompt to navigate the filesystem on your computer: * <code>dir</code> * <code>cd</code> <code>dir</code> lists the conte…')
 
imported>Jesstess
 
(One intermediate revision by the same user not shown)
Line 13:
 
===Practice using <code>dir</code> and <code>cd</code>===
 
Before you practice these commands, let's make sure you are really at a terminal prompt. Recall that a terminal prompt will look like <code>C:\</code> and a Python prompt will look like <code>>>></code>. Make sure you are at a terminal prompt and not a Python prompt; if you are at a Python prompt, you can type <code>exit()</code> on a line by itself and then hit enter to exit Python and return to a terminal prompt. Great!
 
Type each of these commands and hit enter:
Anonymous user