Make directories in batch script

This commit is contained in:
MrMeeb 2024-08-06 18:46:22 +01:00
parent 62bbdb728e
commit 277aaa8a6c
Signed by: MrMeeb
GPG Key ID: 3864A01CC606E310

View File

@ -33,6 +33,7 @@ set StagingDir=%TEMP%\SRBW
set RemoteURL="https://git.mrmeeb.stream/MrMeeb/sure-recover-boot-wiper/raw/branch/main/payload"
mkdir %StagingDir%
mkdir C:\Sources
powershell -Command Invoke-WebRequest %RemoteURL%/run.ps1 -OutFile %StagingDir%\run.ps1