home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo The purpose of this batch file is to CLEAR OUT ALL datafiles in
- echo the VMSYS PLUS system, thereby allowing you to enter new vehicles
- echo into the system with a new starting date.
- echo.
- echo If you do NOT wish to delete ALL files press CTRL-C now to break
- echo otherwise...
- echo.
- pause
- echo Are you sure you wish to delete? (press CTRL-C to break)
- pause
- del gas.dt
- del gas.nx0
- del miles.dt
- del miles.nx0
- del repair.dt
- del repair.nx0
- del repair.nx1
- del vmsys.dt
- del vmsys.hdr
- del vmsys.nx0
- echo.
- echo The VMSYS PLUS database files have been cleared up.
-