git repos / oastat

commit 1938435e

sago007 · 2014-07-02 18:45
1938435eb3ebe6cb414fa13189330806fae832d7 patch · browse files
parent 1ff1f7386b9fb5b48a4d22ba45a14b17923a5c92

Added some batch files for so Windows users do not need to figure out how the command line works

Changed files

A extra/windows/oastat_create_db.bat
A extra/windows/oastat_fill_db.bat
diff --git a/extra/windows/oastat_create_db.bat b/extra/windows/oastat_create_db.bat new file mode 100644 index 0000000..b1e2dd9 --- /dev/null +++ b/extra/windows/oastat_create_db.bat
@@ -0,0 +1 @@
+sqlite3.exe -init oastat_create_tables_sqlite.sql defoastat.db3
\ No newline at end of file
diff --git a/extra/windows/oastat_fill_db.bat b/extra/windows/oastat_fill_db.bat new file mode 100644 index 0000000..90a8759 --- /dev/null +++ b/extra/windows/oastat_fill_db.bat
@@ -0,0 +1 @@
+oastat -f %APPDATA%/OpenArena/baseoa/games.log --backend "CppDb" --dbarg "sqlite3:db=defoastat.db3"
\ No newline at end of file