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

Content added Content deleted
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: Line 1:
__NOTOC__
__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.
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: Line 16:
<code>cd</code> moves you into a new directory (it stands for "change directory").
<code>cd</code> moves you into a new directory (it stands for "change directory").


Let's practice using these commands.
<b>Let's practice using these commands!</b>


===Open a command prompt:===
===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 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.
* 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: Line 80:


You've practiced using <code>dir</code> and <code>cd</code> to navigate your computer's filesystem from the command prompt.
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]]
[[Boston Python Workshop 8/Friday|&laquo; Back to the Friday setup page]]