![]() ----------------------------------------------------------------------------------------------------------------------------------- Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop -------------------------------------------------------------------------------------------------------------------------------------- 2. Save the file as disco.VBS. Double click on the file to execute. > |