1@ECHO off
2REM
3REM Script to drop Bacula SQLite tables
4
5DEL "@working_dir_cmd@\bacula.db"
6ECHO SQLite database dropped.
7EXIT /b 0
8