Command Prompt

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

cd

change directory

2
New cards

md(mkdir)

make directory

3
New cards

/?

help command

4
New cards

Create a directory format

md (NameOfFolder)

5
New cards

“.”

current directory

6
New cards

“..”

parent directory

7
New cards

Absolute Path

The complete, unambiguous route to a file or directory from the system root

8
New cards

Relative Pathway

the location of a file or directory in relation to the current working directory

9
New cards

rd

remove directory

10
New cards

COPY

copies

11
New cards

del

deletes one or more files

12
New cards

tree

creates a virtual map of your current directory

13
New cards

>

redirects the output of a command to a file

14
New cards

>>

appends to output to the end of file instead of overwriting it

15
New cards

drive + colon

changes drive

16
New cards

/s

sub folders

17
New cards

cls

clears screen

18
New cards

ren

renames folder or file

19
New cards

rem

remark or comment

20
New cards

cd \

returns you to drive

21
New cards