Windows Command Prompt Cheatsheet

 

Command-line interface (as opposed to a GUI - graphical user interface)

- Used to execute programs

- Commands are small programs that do something useful

- There are many commands already included with Windows, but we will use a few. - A file path is where you are in the filesystem

  • C: is the C drive

  • C:\user\Documents is the Documents folder

  • C:\user\Documents\hello.c is a file in the Documents folder

Know More >>