some small fixes

This commit is contained in:
Mari Wahl 2014-09-30 23:29:07 -04:00
parent 4f8d5148af
commit 16757b10ac
412 changed files with 139509 additions and 0 deletions

View file

@ -0,0 +1,8 @@
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