]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/cats/drop_sqlite3_database.cmd
Add new files associated with previous commit.
[bacula/bacula] / bacula / src / win32 / cats / drop_sqlite3_database.cmd
1 @ECHO off
2 REM
3 REM Script to drop Bacula SQLite tables
4
5 DEL @working_dir_cmd@\bacula.db
6 ECHO SQLite database dropped.
7 EXIT /b 0