If you're in linux you can use cron...
Ignacio Trabado Castillo
Dpto. Informática Desarrollo
tlf: 93 484 (8391)
Ted Yu <[EMAIL PROTECTED]>
Enviado por: [EMAIL PROTECTED] 04/05/2005 01:06
|
Para: perl-win32-users@listserv.ActiveState.com cc: Asunto: uninstall/delete running app |
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
_______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs