Rahul Rawat
Rahul Rawat

Reputation: 997

Cron Job in WIndows on WampServer

I am new about Cron Job. I am creating a task that a Auto-Email will be send based on a condition. I am using WampServer. and a number of PHP files are there. Database is mysql. Somebody tell me, cron job is not working on window but i dont know. Please anyone suggest me, Is cron job possible in windows for wamp server. If yes, How can i implement it? any example or any library?

Thank a lot for your important timing.

Upvotes: 0

Views: 4895

Answers (1)

user399666
user399666

Reputation: 19879

On Windows, you'll need to use the Task Scheduler. Windows does not have cron.

Upvotes: 1

Related Questions