Lab Exercise - 1 Introduction To Microsoft DOS (Command Prompt)
Lab Exercise - 1 Introduction To Microsoft DOS (Command Prompt)
Lab Exercise _1
Introduction to Microsoft DOS (Command Prompt)
Objectives:
In the Run Dialog box Type “Command” in the Open: textbox and click OK. Tip: you could type in
“cmd” short for Command either way, the outcome will be the same.
You
You should now see the black “DOS” screen also known as the Command Prompt. (The
command prompt means that the computer will do a performance based on a command
Press Enter.
DOS provides us with a large alphabetized list of different commands that can be used with dos. The
list contains two columns: The left side contains the Command and the right side contains a
description of what the command does.
Prompts are simply the location where the cursor is set to start typing its next command.
C:\ stands for the Primary Partition on the computer
Users is a Folder which contains another subfolder called Habtamu
The \ Backslash represents another section.
Press Enter
Based on the two images above we are able to distinguish 2 main differences in each.
DOS – A: Command Line B: Single-task Capability
GUI – A: Interactive graphical icons B: Multi-tasking Capabilities.
With dos we are only able to do tasks one at a time one command after another, once the first task is
complete we need to move on to the next task. With GUI however we are able to do multiple tasks all
together on the same screen.
Notice: At the bottom of our Desktop there are tabs lined up one after another. This is known as
multitasking, the ability to switch back and forth on multiple tasks using a single computer screen.
Take a moment to look at the Folders and Files that are present in the drive, and make a mental note
of it, now select the Windows Folder
Within the Windows folder we are able to see other folders and files required for windows to
properly run. One of the advantages of the Windows Environment is that you are able to use the
mouse to click to perform tasks.
Take a look at both screenshots below, notice the difference in appearance, in actuality both are
the same.
We are now in a subdirectory with-in the windows folder, the process can go on and on until there
are no more subfolders available. By typing “CD..” we are able to decrement and remove you from
the current folder to the previous folder location, until you are back to the main command prompt.
We can access both Windows and DOS applications through the command prompt.
Windows based applications: Calculator, Microsoft Paint, Notepad…
Typing calc, mspaint, notepad in the Command Prompt will Open the following applications
Instead of opening a separate app window the DOS screen upon pressing enter will change to the
editor screen as seen below.
Accessing applications through the DOS interface is quite simple. You need to understand that each
command that launches an application has the extension of .exe which stands for executable. For
example to launch calc you could also type in calc.exe this will also launch the application.
Write ETHIOPIAN AIR FORCE ACADEMIC TECHNICAL COLLEGE from the dialog box
C:\>habtamu>type etaf.txt
C:\>habtamu>cls
I. By clicking on the upper left hand corner we are able to access a drop down menu, and
selecting the close option. Clicking on the X on the upper right hand side of the screen
will also close the DOS screen. (This is made possible when the mouse is available.)
II. Typing in EXIT will also close the DOS screen. (This is our only option when the mouse is
not available to us.)
NB: For windows lab practice use chapter three from your hand out and practice all during your lab
session