Answers for "How To Press Key's Using Vbscript"

0

How To Press Key's Using Vbscript

Set wshShell =wscript.CreateObject("WScript.Shell")
       
       wscript.sleep 200       
       wshshell.sendkeys "{SCROLLLOCK}"
Posted by: Guest on April-02-2022

Browse Popular Code Answers by Language