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