Posted: January 28 2004 at 23:11 | IP Logged
|
|
|
I use the following forumla to launch my PVR app to record from an XCAM2 camera when a motion detector triggers...
if(ph_getx10stat("E",4)<>2,ph_run("C:\Program Files\WinTV\WinTV2K.EXE -nss -ntod -c6 -cg -startr -qvcd -mute"),0)
Is there a way or a powerhome function that I can use to determine if the app is already running? Basically, if the app is already running, it is because someone is already watching something or recording something, so I do not want the app to be launched again ( in effect overriding the current app with a record from Channel 6 command ).
Thank you,
Robert
|