Win10 Tip: Batching New Folders with PowerShell

  

Introduce the use of Excel's auxiliary batch to create new files and folders. This time we will introduce a method of creating new folders in batches with PowerShell. It is easier than the previous method, and one command can be done.

The specific method is as follows:

1, open PowerShell (no administrator rights required)

2, switch to the desired folder, the same way as the command prompt < Br>

PS: The command is not familiar or you can switch. After the completion of the construction, you can directly move to the target location.

3, use the following command to create a new:

mkdir $(1.. 10

Copyright © Windows knowledge All Rights Reserved