4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
set WshShell = WScript.CreateObject("WScript.Shell")
|
||
|
WshShell.SendKeys "^d"
|
||
|
|