1 @rem this file is in the Public Domain
2 @echo off
3
4 if exist system.db del /f system.db
5 sqlite3 -batch system.db < create_system_db.sql
6 for %%c in (*.csv) do echo %%c && echo .import "%%c" wordlist | sqlite3 -batch -csv system.db