pikemsu28 Posted November 22, 2006 Share Posted November 22, 2006 Hey everyone, I'm not sure if this is the right place to ask this but I have an email script that i want to schedule once a month that will automatically run. Can anyone point me in the right direction on how to accomplish this? I thought about windows task scheduler but when i try to load the script, instead of executing it tries to save the file. Someone please point me in the right direction.Jason Link to comment https://forums.phpfreaks.com/topic/28151-resolved-scheduled-task-email-script/ Share on other sites More sharing options...
marcus Posted November 22, 2006 Share Posted November 22, 2006 Just a simple cron job will do it. Link to comment https://forums.phpfreaks.com/topic/28151-resolved-scheduled-task-email-script/#findComment-128744 Share on other sites More sharing options...
mansuang Posted November 22, 2006 Share Posted November 22, 2006 If you are working on windows, You can use scheduled tasks also Link to comment https://forums.phpfreaks.com/topic/28151-resolved-scheduled-task-email-script/#findComment-128747 Share on other sites More sharing options...
pikemsu28 Posted November 22, 2006 Author Share Posted November 22, 2006 i tried the scheduled tasks thru windows but when the task was executed, a box appeared to "save" file instead of executing the script.Resolved - I figured it out with scheduled tasks. I had to schedule internet explorer to load then put the parameters to load the page with the script."C:\PROGRA~1\INTERN~1\iexplore.exe" http://address of page Link to comment https://forums.phpfreaks.com/topic/28151-resolved-scheduled-task-email-script/#findComment-128751 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.