first working version
This commit is contained in:
parent
dc421f035e
commit
84e26d7f6c
50 changed files with 6145 additions and 182 deletions
9
examples/linux.txt
Normal file
9
examples/linux.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DELAY 500
|
||||
CTRL-ALT t
|
||||
DELAY 100
|
||||
STRING echo 'hello world'
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING exit
|
||||
DELAY 1000
|
||||
ENTER
|
||||
12
examples/windows.txt
Normal file
12
examples/windows.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DELAY 500
|
||||
GUI r
|
||||
DELAY 100
|
||||
STRING cmd
|
||||
ENTER
|
||||
DELAY 1000
|
||||
echo hello world
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING exit
|
||||
DELAY 1000
|
||||
ENTER
|
||||
Loading…
Add table
Add a link
Reference in a new issue