Home Backend Development PHP Tutorial Introduction to how to automatically execute PHP on a scheduled basis in Windows

Introduction to how to automatically execute PHP on a scheduled basis in Windows

Jul 25, 2016 am 08:58 AM

This article introduces how to set up the automatic execution of PHP programs in a Windows environment. Friends in need can refer to it.

The steps are as follows: Click the "Start" button, and then select "Programs" → "Accessories" → "System Tools" → "Task Scheduler" (or "Settings" → "Control Panel" → "Task Scheduler") to start the Windows 2000 task Program management procedures.

Double-click the "Add Task Schedule" icon in the "Task Schedule" window to start the system's "Task Schedule Wizard", then click the "Next" button, select the application that needs to run automatically in the given program list, and then Click the "Next" button.

Set an appropriate task schedule name and select the time frequency to automatically perform this task (such as daily, weekly, monthly, one-time, every time you start the computer, every time you log in, etc.) and click the "Next" button . At this time, the system will ask the user to set the specific time for the program to run, such as what day, what time, what time period it can run, etc. We only need to set it according to our own needs.

Next, the system will ask the user to set an appropriate username and password (as shown in Figure 5) so that the system can run automatically in the future.

Finally, we only need to click the "Finish" button to add the corresponding task to the task scheduler of Windows 2000. After that, it will automatically "remember" this task once the system time and related conditions match the schedule set by the user. If it matches, it will automatically call the application specified by the user, which is very convenient (every time Windows 2000 is started, the task scheduler will automatically start and run in the background to ensure that the user's plan can be executed on time).

To test whether the task just created is successful, right-click the "php" program icon (as shown in Figure 6) and select "Run" in the pop-up menu. Under normal circumstances, the program icon can start normally as long as it is activated in this way. If the operation fails, you can check whether the user and password are set correctly, and confirm whether the "Task Scheduler" service has been started. I turned it off in order to save system resources, which caused the operation to fail, which cost me a long time to find. In addition, you can also check the "system log" to see what caused the operation to fail.

Two examples will be introduced below:

1. Let PHP run regularly File test.php: To add a task plan, enter the command: D:php4php.exe -q D:php4test.php

Set the time to run every 1 minute and then run this task. Now let’s see if the content of the d:php4test.txt file was successful. If the content is as follows, it means success: 2013-6-13 11:08:01 Let PHP run regularly! 2013-6-13 11:09:02 Let PHP run regularly! 2013-6-13 11:10:01 Let PHP run regularly! 2013-6-13 11:11:02 Let PHP run regularly!

2. Let MYSQL realize automatic backup File backup.php, if you want to compress it, you can copy a rar.exe: backup Ver 0.01, for Win95/Win98/WinNT/Win2000/WinXP on i32 Copyright (C) 2000 ptker All rights reserved. This is free software,and you are welcome to modify and redistribute it under the GPL license

PHP Shell script for the backup MySQL database.

Usage:

Of course there are many backup methods, readers can do what they like!

If an error occurs: An error occurred while trying to set task account information The specified error is: 0x80070005: Access denied You do not have permission to run the requested operation

On the above '4. Next, the system will ask the user to set an appropriate username and password so that the system can run automatically in the future.' It is best to use the "system" user here, and the password can be empty. The permissions of this system are very high, higher than your administrator, so you must not mess around when running commands. This will be executed unconditionally without any prompts. You can kill the core process under this permission. . Above 2. Add a task plan and enter the command in this step: D:php4php.exe -q D:php4test.php The correct way should be "D:php4php.exe" -q "D:php4test.php" Note: The path must be enclosed in double quotes, don’t make a mistake on this point.



Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP Logging: Best Practices for PHP Log Analysis PHP Logging: Best Practices for PHP Log Analysis Mar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

See all articles