home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / APPS / DATABASE / FIRE_112.ZIP / GETRID.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-07-09  |  164 b   |  9 lines

  1. echo off
  2. echo This batch file will delete all Fire and Practice Records. Use control and C to abort
  3. pause
  4. del *.rpt
  5. del *.dat
  6. del *.ndx
  7.  
  8. echo Gone........
  9.