I want to know if there is an equivalent cron in Windows and how I can use it programmatically using PHP.
I want to know if there is an equivalent cron in Windows and how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Windows has the
Scheduled Taskscontrol panel applet (or management console plug-in on later versions of Windows) but you can also access it viaschtasks.exeif you want to automate it from the command line.In addition, you can also use
atfrom the command line to schedule a task.