Windows Command Line Interface 1.2 Flashcards
change directory
cd
dir
directory
clear the screen to make it easier to read.
cls
Prints out the contents of the file
type
creates a directory / make directory
md
rmdir
remove directory / deletes directory
xcopy
Copies everything (files and directories)
Robust File Copy for Windows
Newest type of copying utilities
robocopy
DiskPart
Command line version of disk management
listdisk
List all drives within DiskPart
p: \fs:exFat
Format Command
Repairs problems detected with drives
chkdsk
chkdsk p:
Checks the drive to see what problems exist
chkdsk p: /f
Fixes any file errors within the selected drive
chkdsk p: /r
Fixes any file errors and attempts recovery of files
/ ?
Gives a list of everything the command before it can do
shutdown /s
Immediately shuts down
shutdown /h
Hibernation
shutdown /t
Timer before shutdown
System File Checker
A manual interface for verifying system files and restoring them from the cache.