It is easy for all of you to create a single folder.
you might try with the following instructions.
Step 2: Typecmdinto the text box and pressShift + Ctrl + Entersimultaneously to run Command Prompt as administrative.

Step 3: Typecd Locationand hitEnter.
you oughta changeLocationto the place where you want to create new folders.
Step 4: Typemd Foldername, Foldername, Foldernameand hitEnter.

You should changeFoldernameto the name of the created folder.
After that, it’s possible for you to go to the chosen location to find your folders.
When the PowerShell opens, follow the same steps above to create folders.
![]()
There are many methods to compress files.
This post shows you how to create zip files using Command Prompt.
you might keep reading to find out how to do it.

Step 1: PressWin + Sand typeNotepadinto the search box.
Step 2: HitEnterto bring up the Notepad window.
Step 3: you better punch in the following content into the text file.

@echo off
md Foldername1\Subfoldername\Subfoldername Foldername2\Subfoldername
Step 4: ChooseFile>Save As.
You should go to the location where you want to create those folders.
Step 6: select theSavebutton.

The folders will be created successfully!
Step 1: PressWin + Eto launch the File Explorer.
Step 2: Find and select all the files you want to rename, then press theF2button.
Step 3: you could jot down the name and hitEnter.
All your selected files will be renamed with the same name but different numbers are added behind the name.
If you give the wrong name, pressCtrl + Zto revoke the operation.
you’re able to find more methods to rename multiple folders at once fromthis post.