]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/cats/drop_sqlite3_tables.cmd
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / cats / drop_sqlite3_tables.cmd
1 @ECHO off\r
2 REM\r
3 REM Script to delete the SQLite Bacula database (same as deleting \r
4 REM the tables)\r
5 REM\r
6 \r
7 DEL "@working_dir_cmd@\bacula.db"\r
8 EXIT /b 0\r