Formatting changes. Not sure If it is the right way to do this.

This commit is contained in:
Ashish Gupta 2017-01-07 22:04:50 -05:00
parent 6c0a35f362
commit fcf5030cd0
1 changed files with 9 additions and 9 deletions

View File

@ -22,16 +22,16 @@ The steps of this example can be broken down into:
ENTER
* Note : For Windows 10, the GUI does not seem to work. Use CTRL ESC instead. Below is the complete example:
DELAY 2000
CTRL ESC
DELAY 2000
STRING notepad.exe
<code>
DELAY 2000 <br>
CTRL ESC <br>
DELAY 2000 <br>
STRING notepad.exe <br>
ENTER <br>
DELAY 2000 <br>
STRING HELLO WORLD!!! <br>
ENTER
DELAY 2000
STRING HELLO WORLD!!!
ENTER
</code>
= Example 2 - Download & Execute =
An example of using Powershell to download a file from the web and then execute it.
DELAY 3000