mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-01 06:25:22 +00:00
为避免多php版本带来困扰,cmd批处理内php采用环境变量调用。
This commit is contained in:
parent
f89b5f7325
commit
01a9b71e9f
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
%cd%\php\php %cd%\iyuu.php
|
||||
php %cd%\iyuu.php
|
||||
pause
|
@ -3,5 +3,5 @@ chcp 65001
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
git pull
|
||||
%cd%\php\php.exe %cd%\iyuu.php
|
||||
php %cd%\iyuu.php
|
||||
pause
|
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
D:\IYUUAutoReseed\php\php.exe D:\IYUUAutoReseed\iyuu.php
|
||||
php D:\IYUUAutoReseed\iyuu.php
|
||||
exit
|
@ -1,5 +0,0 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
git fetch --all
|
||||
git reset --hard origin/master
|
||||
git pull
|
Loading…
x
Reference in New Issue
Block a user