Hey guys I'm pretty much a noob. I was wondering how to send the key ".
Code:
set wshshell= wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 1000
wshshell.AppActivate "Notepad"
wscript.sleep 5000
Wshshell.SendKeys " " "
This isn't working for me. Can someone please explain how to do this?