5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
set WshShell = WScript.CreateObject("WScript.Shell")
|
||
|
WshShell.SendKeys "{RIGHT}"
|
||
|
|
||
|
|