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