为避免多php版本带来困扰,cmd批处理内php采用环境变量调用。

This commit is contained in:
iyuu.cn
2020-03-25 12:29:54 +08:00
parent f89b5f7325
commit 01a9b71e9f
4 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
@echo off
chcp 65001
%cd%\php\php %cd%\iyuu.php
php %cd%\iyuu.php
pause