Add initcfg.bat for windows
This commit is contained in:
parent
498f71a21b
commit
0f8dd36297
1 changed files with 4 additions and 0 deletions
4
initcfg.bat
Normal file
4
initcfg.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
If Not Exist "userapiconfig.py" Copy "apiconfig.py" "userapiconfig.py"
|
||||
If Not Exist "user-config.json" Copy "config.json" "user-config.json"
|
||||
If Not Exist "usermysql.json" Copy "mysql.json" "usermysql.json"
|
Loading…
Add table
Reference in a new issue