Scheduled Tasks FTW
So easy thing today. I'd never done it before so it feels like an accomplishment. I need to send automatic emails every 6mo or so... enter Scheduled Tasks. So I created my script, just a php file that would send a mail when ran. Opened scheduled tasks... made the mistake of trying to use the wizard. Bad idea. That wizard is for n00bs so I couldn't figure it out (ha). Here's my steps:
- Right click -> new-> task
- Name it
- Double click it
- in run: type -- C:\php5\php.exe "C:\php5\includes\schedtest.php"
- set schedule in Schedule tab
- set password
No comments:
Post a Comment