4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
set WshShell = WScript.CreateObject("WScript.Shell")
|
||
|
WshShell.SendKeys "%{LEFT}"
|
||
|
|