home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / ansi330.zip / CLEANUP.BAT < prev    next >
DOS Batch File  |  1994-12-03  |  471b  |  14 lines

  1. @echo off
  2. echo ***** This will destroy all obsolete files for version 3.30 ****
  3. pause
  4. if exist ARTINST.EXE del artinst.exe
  5. if exist 31TO31B.EXE del 31to31b.exe
  6. if exist 31BTO320.EXE del 31bto320.exe
  7. if exist PREVIEW.ANS del preview.ans
  8. if exist ANSIQ&A.DOC del ansiq&a.doc
  9. if exist UPDATE del update
  10. if exist ANSIART.CFG del ansiart.cfg
  11. if exist ANSI.CFG del ansi.cfg
  12. if exist 1. del 1.
  13. echo ************* All obsolete files have been removed. ************
  14.