F16,lowercase
This commit is contained in:
parent
fbc87623bc
commit
8dcff1fbab
1 changed files with 5 additions and 5 deletions
|
@ -10,8 +10,8 @@ Prevent short session lock timeout
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
Set shell = WScript.CreateObject("WScript.Shell")
|
set shell = wscript.createobject("wscript.shell")
|
||||||
Do While True
|
do while true
|
||||||
shell.sendkeys("{F15}")
|
shell.sendkeys("{F16}")
|
||||||
Wscript.Sleep(1000*59)
|
wscript.sleep(1000*59)
|
||||||
Loop
|
loop
|
||||||
|
|
Loading…
Reference in a new issue