CIS106 Supplemental Materials 
Materials will be added as new topics are introduced.


How To Instructions
How to use the Snipping Tool 
How to use the print-screen key and crop a desktop image

Copy Text From Command Prompt
How to Zip and Unzip Files
 

 

 

Modify Hosts file & Connecting to VMware.  
Written: VMWare Instructions
Video: VMWare Instructions

Review topics

Absolute and Relative path.
Search Path
 

For those who don't still have access to the CIS121 eLearning site, the 121 handouts and videos are availalbe here: 
CIS121 Batch File Materials

Commands A to Z
Alphabetical listing of Commands 
 
http://www.ss64.com/nt/
Redirection Operators

Multiple commands and conditional processing symbols

 

Command redirection Operators - Microsoft' TechNet site
 http://www.tavi.co.uk/os2pages/cmd.html  (More on redirection operators and, although a bit old (OS/2), its content is still accurate.)
Multiple Commands and Conditional Characters  / Environment variables
http://support.microsoft.com/kb/110930:  Redirecting Error messages
Standard error/out
Net User Manage Users at command prompt
Batch File Parameters

Shift Command

http://www.ss64.com/nt/shift.html

http://makemsi-manual.dennisbareis.com/batch_file_parameters.htm (use of special codes like %~f1 - refers to %1 using it's absolute path)
batch file parameters
IF Statements http://www.ss64.com/nt/if.html 
http://www.robvanderwoude.com/ntif.php
http://commandwindows.com/batchfiles-branching.htm