I am used to Linux servers, and we are on a Windows server now.
I have a CGI script that is a multiple mail list, automatic subscribe unsubscribe, MYSQL database, and unlimited automatic followup autoresponder.
The CGI script works on Linux and requires NetPop and Cron Tasks.
2 Cron Tasks, 1 runs every 5 minutes to manage the subscriptions and unsubscribe request for the mailing list(s) and add/delete from the database, and send initial autoresponder out for new subscribers.
The 2nd one is set up to run at a specified frequency, say daily, at a specified time, say 12:00 a.m. for an unlimited autoresponder followup email series that our optin subscribers have signed up for.
I understand that Windows does not use Cron tasks, and I am not sure but assume that there is probably no such thing as NetPop either.
So my first question, how can you set up automated scheduled events on a Windows server???
Second, is there a logical change that can be made to my CGI script that runs under Linux that will allow it to work under Windows?
Alternatively, can anyone recommend a good program that will run on Windows and that has good capabilities???
Would appreciate any information or suggestions or solutions.
Thanks.
I have a CGI script that is a multiple mail list, automatic subscribe unsubscribe, MYSQL database, and unlimited automatic followup autoresponder.
The CGI script works on Linux and requires NetPop and Cron Tasks.
2 Cron Tasks, 1 runs every 5 minutes to manage the subscriptions and unsubscribe request for the mailing list(s) and add/delete from the database, and send initial autoresponder out for new subscribers.
The 2nd one is set up to run at a specified frequency, say daily, at a specified time, say 12:00 a.m. for an unlimited autoresponder followup email series that our optin subscribers have signed up for.
I understand that Windows does not use Cron tasks, and I am not sure but assume that there is probably no such thing as NetPop either.
So my first question, how can you set up automated scheduled events on a Windows server???
Second, is there a logical change that can be made to my CGI script that runs under Linux that will allow it to work under Windows?
Alternatively, can anyone recommend a good program that will run on Windows and that has good capabilities???
Would appreciate any information or suggestions or solutions.
Thanks.