Added an example for Windows 10. For Windows 10, the GUI does not seem to work. Use CTRL ESC instead.

This commit is contained in:
Ashish Gupta 2017-01-07 21:59:37 -05:00
parent dbb770fa8e
commit 6c0a35f362
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,18 @@ The steps of this example can be broken down into:
DELAY 200
STRING Hello World!!!
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
ENTER
DELAY 2000
STRING HELLO WORLD!!!
ENTER
= Example 2 - Download & Execute =
An example of using Powershell to download a file from the web and then execute it.
DELAY 3000