Last active
August 3, 2023 15:50
-
-
Save movalex/a06c01969bfa2c48e2936da57ac32f3e to your computer and use it in GitHub Desktop.
Batch to create folders Windows Powershell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir $(0..9 | % tostring 000 | %{"VGM_$_"+"0"}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment