QUICKLY CREATE MULTIPLE FOLDERS FROM THE COMMAND PROMPT

It's a snap to create a new folder in Windows Explorer--especially if you use the Make A New Folder command in the File And Folder Tasks section of the Explorer Bar. However, if you need to create multiple folders at one time, such as when you're setting up home directories for new users, this procedure can quickly become very tedious.

Fortunately, the Make Directory command line tool has an undocumented feature that will allow you to create multiple folders in one fell swoop. For example, suppose that you need to create folders called One, Two, and Three. To do so with the Make Directory command line tool, open a Command Prompt in the folder in which you need to create these folders and type the command:

MD One Two Three