修改php文件夹名称,让脚本更通用

This commit is contained in:
iyuu.cn
2020-03-16 14:50:11 +08:00
parent 687a83f80d
commit f9164b6e53
4 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
@echo off
chcp 65001
%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php
%cd%\php\php %cd%\iyuu.php
pause