MS-DOS Flashcards

1
Q

DOS prompt

A

C:>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Show version being used

A

ver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

View contents of a directory

A

dir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Make sure you have a directory called /s Windows

A

dir /s Windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Change directory to Windows

A

cd Windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

View contents of a directory one screen at a time

A

dir /p

page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

View contents of a directory in wide format

A

dir /w

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Display name of the current directory

OR

Change folder

A

cd

OR

chdir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Root directory

A

\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Go up a dir

A

cd ..

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Make a new directory

A

md

OR

mkdir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Delete directory

A

rd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Change drive

A

Name of drive

c:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Copy

A

Copy source destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Move

A

Move originfile destinationfile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Rename

A

ren old name new name

17
Q

Delete

A

Del

18
Q

Wildcard

A

dir *.old

19
Q

Exit bash script

A

Exit

20
Q

Console.WriteLine()

A

echo

21
Q

Compare two files, shoe difference

A

fc file1 file2