I get a compilation error when I try to run the following vbs code from a command prompt in Windows 7 Vista. I've already Coverted it to ANSI but it still has the same problem
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
it says the issue is in Line 1 Char 36... Got Any Ideas?