2014-11-03 10:49:17 -05:00

8 lines
245 B
Plaintext

REM dowload and open an picture
DELAY 3000
GUI r
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://mariwahl.us/figs/sn.png','%TEMP%\CRAZY_IMAGE.png');
DELAY 100
STRING Start-Process "%TEMP%\CRAZY_IMAGE.png"
ENTER