]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/cats/drop_sqlite3_tables.cmd
Remove obsolete .cvsignore files.
[bacula/bacula] / bacula / src / win32 / cats / drop_sqlite3_tables.cmd
1 @ECHO off
2 REM
3 REM Script to delete the SQLite Bacula database (same as deleting 
4 REM the tables)
5 REM
6
7 DEL "@working_dir_cmd@\bacula.db"
8 EXIT /b 0