This commit is contained in:
david 2022-10-03 11:21:36 +08:00
parent e7d8d482ea
commit bec70e5303
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ echo "PHP
%PHP_BINARY% -v
echo.
echo "如果您需要停止程序请按下组合键CTRL + C"
%PHP_BINARY% start.php task.php
%PHP_BINARY% windows.php
pause
goto :end

View File

@ -79,7 +79,7 @@ goto :end
%PHP_BINARY% -v
echo.
echo "如果您需要停止程序请按下组合键CTRL + C"
%PHP_BINARY% start.php task.php
%PHP_BINARY% windows.php
pause
goto :end