This script allows you to enable Enter key,such that it seems to be continously pressed.Do it at your own risk
"******************Enter.vbs*************************
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
"*""*"""**********************************************
No comments:
Post a Comment