Your cart is currently empty!
How to Create Multiple Folders at Once in Windows 10
Published on:
|
|
Modified Date:
Manually creating new folders and subfolders is time-consuming if you want to organize and manage files on your Windows 10 PC. Instead, you can create multiple folders at once using the Command Prompt, PowerShell, or a batch file.
Commands:
“sunday”, “monday”, “tuesday”, “wednesday”, “thursday”, “friday”, “saturday” | %{New-Item -Name “$_” -ItemType “Directory”}
Chapters:
0:00 Intro
0:23 How to create multiple folders using command prompt
1:01 How to create multiple folders using powershell
1:44 How to create multiple folders and subfolders using a batch script
3:55 End screen
What you’ll learn:
1. How to Create Multiple Folders Using Command Prompt
a. How to open command prompt
b. How to change directories in command prompt
c. How to switch to the directory where you want to make folders
2. How to Create Multiple Folders Using PowerShell
a. How to make folders in bulk
3. How to Create Multiple Folders and Subfolders Using a Batch Script
a. How to make multiple folders at once
b. How you can create multiple folders at once and save time
Song: KSMK – Just my imagination (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://youtu.be/5v_zQANhToo
#computereverywhere #howtocreate #multiple #folders #once #windows10