add:windows.bat

This commit is contained in:
david 2022-10-03 11:08:13 +08:00
parent fb8e6a0234
commit f8bc8c89ed
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
/db
/php
/composer.lock
*.bat
*.log
.env
/._.DS_Store

3
windows.bat Normal file
View File

@ -0,0 +1,3 @@
CHCP 65001
php windows.php
pause