How to make your keyboard lights like disco lights..?
Open notepad & type this
Set wshShell =wscript.CreateObject("WScript.Shell")
... do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
save as disco.vbs
then see the lights of the keyboard...See More
I use this way to restart my modem at night 2 o'clock automatically by doing a telnet login and giving a reboot command
ReplyDelete