CMD1 Function/IDENTIFY Flashcards
DSFCS
1
Q
Displays a list of a folder’s files and subfolders
A
dir
2
Q
Displays the name of the current directory or changes the current folder
A
cd chdir
3
Q
Copies a file from one location to another
A
copy
4
Q
Deletes a folder (directory)
A
rm
rmdir
4
Q
Creates a folder (directory)
A
md
mkdir
5
Q
Changes the name of a file
A
ren
rename
6
Q
Moves file from one folder to another
A
move
7
Q
Deletes one or more files
A
del
8
Q
Exits batch script or current command control
A
exit
9
Q
Used to display a message or to turn off/on messages in batch scripts
A
echo
10
Q
Displays contents of a text file
A
type
11
Q
Compares two files and displays the difference between them
A
fc
12
Q
Clears the screen
A
cls
13
Q
Provides more details about DOS/Command Prompt commands
A
help