MS-DOS Flashcards
1
Q
DOS prompt
A
C:>
2
Q
Show version being used
A
ver
3
Q
View contents of a directory
A
dir
4
Q
Make sure you have a directory called /s Windows
A
dir /s Windows
5
Q
Change directory to Windows
A
cd Windows
6
Q
View contents of a directory one screen at a time
A
dir /p
page
7
Q
View contents of a directory in wide format
A
dir /w
8
Q
Display name of the current directory
OR
Change folder
A
cd
OR
chdir
9
Q
Root directory
A
\
10
Q
Go up a dir
A
cd ..
11
Q
Make a new directory
A
md
OR
mkdir
12
Q
Delete directory
A
rd
13
Q
Change drive
A
Name of drive
c:
14
Q
Copy
A
Copy source destination
15
Q
Move
A
Move originfile destinationfile