I need help force pressing the key "/" on the user's keyboard with VBS, however I can't seem to find anything to indicate whether this is possible or not. My code so far:
WScript.sleep 900
set wShell = createObject("wscript.shell")
wShell.sendKeys ">>>Activating Core Statistics {ENTER}"
I want it to sendKeys "{/}" or something if that were a command. If it's not possible, please let me know. Thank you :)