Instructions: Answer as many of the following questions as you can during the lab period. If you are unable to complete the assignment during the lab period it is strongly recommended that you complete it on your own.
cmd.exe in the text field, and click on
OK.
cd \
\temp folder/directory using the command:cd \temp
In this example, you used a absolute path because you entered the complete path, starting from the root folder/directory.
cd ..
temp subdirectory
folder/directory using the command:cd temp
In this example, you used a relative path because you only entered the subdirectory name.
c:\temp
c:\temp\labs
using the command:mkdir labs
c:\temp\labs
using the command:cd labs
dir
.) and the
parent directory (which is referred to by ..).
teapot.txt
to the folder/directory c:\temp\labs.
dir
teapot.txt?
teapot.txt named
teapot.bak
using the command:copy teapot.txt teapot.bak
teapot.bak
by typing del t, pressing the Tab
key (this is a feature called command completion), and
pressing Enter.
teapot.txt to teapot.bak
by pressing the UpArrow until the copy
command appears (this is a feature called the command history)
and pressing Enter.
dir
teapot.txt
using the command:type teapot.txt
del teapot.*
Copyright 2013