commit 1938435e
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