Is there a way to send a keystroke to a client (or something else) to wake it up (turn monitor on)?
I just noticed that I lost this functionality by not running the PH DCC.
23rd August 2008 - There was an issue with our name caching server at around 08:00AM GMT. It has been fixed.
'=================================================================
Function REMOTE_CMD(sCMD, sParam)
'--- cmds sent by remote - PPC
'msgbox "REMOTE_CMD()"
if ucase(sCmd) = "WAKE_UP" then
Dim objShell
set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "d"
end if
End FunctionUsers browsing this forum: No registered users and 1 guest