Create create_folders.ps1
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
(1..300) | % {new-item -type directory -path "C:\_331232ADA-$_"}
|
||||
(1..200) | % {new-item -type directory -path "C:\fdsA$_AAA$_"}
|
||||
(1..200) | % {new-item -type directory -path "C:\_$_"}
|
||||
Reference in New Issue
Block a user