1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
cd
change directory
md(mkdir)
make directory
/?
help command
Create a directory format
md (NameOfFolder)
“.”
current directory
“..”
parent directory
Absolute Path
The complete, unambiguous route to a file or directory from the system root
Relative Pathway
the location of a file or directory in relation to the current working directory
rd
remove directory
COPY
copies
del
deletes one or more files
tree
creates a virtual map of your current directory
>
redirects the output of a command to a file
>>
appends to output to the end of file instead of overwriting it
drive + colon
changes drive
/s
sub folders
cls
clears screen
ren
renames folder or file
rem
remark or comment
cd \
returns you to drive