Add initcfg.bat for windows

This commit is contained in:
noisyfox 2017-01-07 19:23:09 +11:00
parent 498f71a21b
commit 0f8dd36297

4
initcfg.bat Normal file
View 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"