Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Terminal Commands
0
%
0
0
0
Back
Restart
MD/mkdir and RD/rmdir
Make directory (mkdir) and remove directory (rmdir).
Oops!
Okay!
cls
Clears screen in Windows command prompt.
Oops!
Okay!
dir
Lists files and directories.
Oops!
Okay!
hostname
View the name of the device.
Oops!
Okay!
What copies all files and folders and directory trees in a working directoy?
xcopy /s then you can put m:\name of new folder/directory
Oops!
Okay!
How can you shut down the system? Or restart?
shutdown /s /t nn (/t to specify how many seconds). shutdown /r to restart
Oops!
Okay!
copy + (/v or /y)
/v verifies that file has copied correctly. /y will skip 'are you sure' prompts.
Oops!
Okay!
cd or chdir
Change working directory. Backslash \ to specify folder name.
Oops!
Okay!
help (something eg. dir) or (command) /?
Gives you extra info about that command. Close by typing 'exit'.
Oops!
Okay!
What gives you all the info on your current version of Windows?
winver
Oops!
Okay!
cd ..
Go to the folder above the current name. Go back basically.
Oops!
Okay!
How do you create an empty file?
type nul > myfile.txt
Oops!
Okay!
diskpart
Gives shit loads of info about all the disk partitions. help > list > list disk or list volume (quite good).
Oops!
Okay!
How do you install file system on a drive partition?
format
Oops!
Okay!
What is a better copy than xcopy?
robocopy
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies