Much more efficient way of doing pretty much the same thing

This commit is contained in:
Sam van der Kris 2017-09-01 15:47:11 +02:00
parent 394c30b5b6
commit b441165e80
1 changed files with 25 additions and 0 deletions

View File

@ -15,3 +15,28 @@
`DELAY 150`
`ENTER`
 
 
 
...Or you could just do
```
REM Leave a little reminder to lock your PC (just delete or comment this out if you don't want that)
GUI r
DELAY 300
STRING notepad
DELAY 300
ENTER
DELAY 300
STRING You forgot to lock your PC.
DELAY 3000
REM Lock the PC
GUI l
```
I've only tested this on Windows 10, but I believe it works on Windows 7 and higher (*maybe* even Vista).