Skip to content

Commit

Permalink
Add initcfg.bat for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Jan 7, 2017
1 parent 498f71a commit 0f8dd36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions initcfg.bat
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 0f8dd36

Please sign in to comment.