Contributing to Python/Windows command line: Difference between revisions

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 ...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 15:
 
===Open a command prompt:===
* On Windows 8.1: Right click on the Start menu (the Windows log in the lower left of the screen), click on Command Prompt or Command Prompt(Admin) --> Use Command Prompt (Admin) the other one is unpredictable.
* 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 63 ⟶ 64:
===Check your understanding===
 
Answer these questions. Experiment at the command line if you need to! If you aren't sure about an answer, ask aon helperIRC.
 
# What directory are you in after starting a new command line prompt?
Anonymous user