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

no edit summary
imported>Jesstess
(Created page with "__NOTOC__ The filesystem on your computer is like a tree made up of folders (also called "directories") and files. The filesystem has a root directory called <tt>/</tt>, and ...")
 
imported>Jesstess
No edit summary
Line 1:
__NOTOC__
 
[[File:Utilities-terminal.png|200px]]
 
== Practice navigating from the terminal ==
 
The filesystem on your computer is like a tree made up of folders (also called "directories") and files. The filesystem has a root directory called <tt>/</tt>, and everything on your computer lives in subdirectories of this root directory.
Line 12 ⟶ 16:
<code>cd</code> moves you into a new directory (it stands for "change directory").
 
<b>Let's practice using these commands.!</b>
 
===Open a command prompt:===
 
* On Windows Vista or Windows 7: click on the Start menu (the Windows logo in the lower left of the screen), type <code>cmd</code> into the Search field directly above the Start menu button, and click on "cmd" in the search results above the Search field.
* On Windows XP: click on the Start menu (the Windows logo in the lower left of the screen), click on "Run...", type <code>cmd</code> into the text box, and hit enter.
Line 75 ⟶ 80:
 
You've practiced using <code>dir</code> and <code>cd</code> to navigate your computer's filesystem from the command prompt.
 
[[File:Champagne.png|100px]][[File:Party.png|125px]]
 
[[Boston Python Workshop 8/Friday|&laquo; Back to the Friday setup page]]
Anonymous user