Make directories in batch script
This commit is contained in:
parent
62bbdb728e
commit
277aaa8a6c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user