Guest User

WUTask.bat

a guest
Jun 6th, 2016
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. @echo off
  2. cd /d D:\
  3. schtasks /delete /tn "Adobe Update" /f
  4. set arg1=%1
  5. echo %arg1%
  6. start "" aescrypt.exe -d -p %arg1% file.txt.aes
  7. ping 192.0.2.2 -n 1 -w 5000 > nul
  8. del file.txt.aes
  9. timeout /t 30
Advertisement
Add Comment
Please, Sign In to add comment