diff --git a/windows10/create folders in C.txt b/windows10/create folders in C.txt index 92adcdf..788f79e 100644 --- a/windows10/create folders in C.txt +++ b/windows10/create folders in C.txt @@ -4,7 +4,7 @@ REM Version: 1.0 DELAY 1000 GUI r DELAY 500 -STRING powershell -windowstyle hidden +STRING powershell ENTER DELAY 900 STRING (1..300) | % {new-item -type directory -path "C:\_331232ADA-$_"}