Windows Scheduled Tasks
Example: Develop a timed task, 1 o'clock in the morning each day, open the browser, visit the Baidu page.
1. Create a timed execution file, Start.bat, insert code start http://www.baidu.com
2. Start –> Search "Task Scheduler" –> Open "Task Scheduler"
3. Create a basic task
4. Select the trigger, "daily"
5. Set the daily 1 o'clock in the morning to perform the scheduled tasks
6. Set the task type to open the program
7. Set up programs for scheduled execution
8. "Done", scheduled task program added complete
9. Arrive every day 1 o'clock in the morning, will automatically execute the Start.bat file, open the default browser, and open the Baidu page
10. Delete the scheduled task to find the task you created
11. Double-click to view task properties to select "Delete" scheduled task in right action
Significance:
Execute a PHP page regularly, export SQL database in PHP page, can realize PHP automatically back up the database every day.
Windows Scheduled Tasks