This lab may be done on any Windows machine. If you are familiar with the Windows commands, the lab is optional. There is nothing to turn in, but you are responsible for the content of the lab on quizzes and exams. If there are any steps you are unable to complete, ask for help!.
\ctemp to use in exercises.
Use C: or H: or whatever is handy.
\ctemp directory.
dir command.
type
command.
\ctemp directory tree, use the
various forms of chdir (which can be abbreviated cd:
cd ..\name cd ..\..
\ctemp directory the current directory.
*.exe files in the C:\WINDOWS directory.
\ctemp directory.
Hint: Remember the * wild card!
dir c:\windows\*.bat /sThe "/s" option means recurse all subdirectories.
type or NOTEPAD or other command)
one of the BAT files.
\ctemp directory the current directory.
Move a file from it to one of the subdirectories.
RENAME.
RENAME to change the name of a file to
a different directory like:
rename file dir1\newfileWhat happens?