Coding for All
Level 5: Making a Folder
Making a Folder Create a folder of your own.

MD is short for "make directory", and it creates a new empty folder. MKDIR works too, and is the same command with a longer name. Nothing was printed, which (as usual) means it worked.

Run DIR /W afterwards and there it is, in brackets: a folder with nothing in it yet. The file tree on the left will show it as well.

Keep the name to eight characters or fewer with no spaces, and you will be playing by the real MS-DOS rules.

MD GAMESMake a folder called GAMES.
DIR /WCheck it appeared.
Your task
  • Make a new folder
  • Check it is there

Open this level in your browser to type the commands at a live terminal that answers back.