Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Sleep/AutoIt/sleep.autoit
Normal file
6
Task/Sleep/AutoIt/sleep.autoit
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#AutoIt Version: 3.2.10.0
|
||||
$sleep_me=InputBox("Sleep", "Number of seconds to sleep", "10", "", -1, -1, 0, 0)
|
||||
Dim $sleep_millisec=$sleep_me*1000
|
||||
MsgBox(0,"Sleep","Sleeping for "&$sleep_me&" sec")
|
||||
sleep ($sleep_millisec)
|
||||
MsgBox(0,"Awake","... Awaking")
|
||||
Loading…
Add table
Add a link
Reference in a new issue