I have a program that run continuously once an hour that looks something like this:
 
while (1 == 1)
    {
   #  stuffs ......
    sleep(3600);
    }
 
During uninstall, or if the customer tries to delete this program, it won't allow you to because the program is continuously running.  I know you can just go into task manager and just stop it.  Is there a way I can make perl run once an hour like this, but have it stop when I uninstall? 
 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to