Command Prompt (CMD) Flashcards

1
Q

Keyboard Functions: Ctrl+C

A

Aborts a command that is in progress.

Example: Press the ctrl and C keys at the same time.

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

dir

A

Opens up a list of general directories.

Example: dir

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

dir /S

A

Opens all subdirectories (folders) within directories.

Example: dir /S

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

doskey/history

A

Shows a list of commands

Example: doskey/history

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

cd

A

Change Directory

This command allows you to go forward or back a directory.

Example 1: cd

Example 2: cd..

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

dir /S (word within file name)

A

Finds files with word within the name of the file itself.

Example: dir /S Important

This will find any files with (Important) in its name.

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

ipconfig

A

Shows IP and network information

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

What is Command Prompt (CMD)

A

A command prompt is the input field in a text-based user interface screen for an operating system or program. It consists of a brief text string followed by a blinking cursor, which is where the user types commands.

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

type (directory name here)

A

This command can be used to display a directories content.

Example: type documents

This will show the content within the documents directory.

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

help

A

Displays a list of commands

Example: help

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

Attrib +h +s +r “document name”

A

This command will hide a document.

Example: Attrib +h +s +r IMG_123

Once hidden use Attrib -h -s -r IMG_123
to reveal the document.

Tip: Use the cd command to find the correct folder.

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

Keyboard Functions: Up/Down Keys

A

This keyboard shortcut also you to shuffle through previous commands made within CMD

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

cd “directory name”

A

Used to travel into directories to execute task within the directory.

Example: cd documents

“documents” being the directory name will set the command insert line to end with \documents> making the next command within the selected directory.

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

driverquery

A

Shows a list of all drivers installed on computer.

Example: driverquery

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

Keyboard Functions: Tab Key

A

Pressing this key allows you to shuffle through auto commands and options.

Example: just press the command key!

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

“command” /?

A

Shows you information and options within the set command.

Example: dir /?

This will show you info and tips about the “dir” command.

17
Q

ipconfig /all

A

Shows even more detailed information about the IP address and network information.

18
Q

tree

A

This command shows a folder path list.

Example: tree