View Single Post
  #1 (permalink)  
Old 07-10-2007, 04:03 PM
jesb4ppc jesb4ppc is offline
Junior Member
 
Join Date: Jul 2007
Posts: 37
Question How to disable launch application at given time?

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?

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.
Reply With Quote