How to disable launch application at given time?

jesb4ppc

Member
Licensed User
Hi everyone:

I've tried the hardware example code which launch an application each five minutes. The line:

Hardware1.RunAppAtTime (AppPath & "\Myapp.exe", TimeAdd(now,0,5,0)) 'MyApp will be launched in 5 minutes


Works fine; it tries to launch \Myapp.exe, which doesn´t exist, and I get a msgbox with the error.

But how do I do to disable the launch of this application?:confused:

I've tried a soft reset (doesn't work), and seeking in the registry for the aproppiate key (I haven´t found it), and the msgbox keeps appearing each five minutes.

Help please. Thanks in advance.

Jes.
 

jesb4ppc

Member
Licensed User
Finally disabled.

Try what Erel said and works fine. The event is no longer appearing.

Anyway, I also use checknotifications (it works on WM 5), and I guess there's nothing wrong. I mean, there are 18 events, (calupd.exe, calnot.exe, replog.exe, calendar.exe, TimeWizard.exe and clocknot.exe) some of them appearing two or three times, associated with different events (none, wakeup,time_change, restore_end, unknow and rs232_detected), but as I'm not quite sure what does they mean, and the problem is fixed, it's ok for me.

Thanks everyone.
 
Top