mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2026-02-15 18:05:26 +00:00
4 lines
53 B
Batchfile
4 lines
53 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001
|
||
|
|
%~dp0php\php %~dp0iyuu.php
|
||
|
|
pause
|