Skip to content

Instantly share code, notes, and snippets.

@tylernchls
Last active September 22, 2017 02:28
Show Gist options
  • Save tylernchls/707feebedee1c451891cdf14ff8749c5 to your computer and use it in GitHub Desktop.
Save tylernchls/707feebedee1c451891cdf14ff8749c5 to your computer and use it in GitHub Desktop.
Windows cmd prompt

dir - list all directories in current directory mkdir - create new directory cls - clear screen cd .. - jump back one directory :\c - navigate back to c drive nul filename create new file start notepad filename - launch and edit file with notepad move filename newLocation - move a file to new directory rename filename newName - rename file del - delete file rmdir - delete directory help - list commands start programName - start programs tree - show file tree

need to give them command prompt basics exercise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment