Skip to content

Instantly share code, notes, and snippets.

@movalex
Last active August 3, 2023 15:50
Show Gist options
  • Save movalex/a06c01969bfa2c48e2936da57ac32f3e to your computer and use it in GitHub Desktop.
Save movalex/a06c01969bfa2c48e2936da57ac32f3e to your computer and use it in GitHub Desktop.
Batch to create folders Windows Powershell
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