home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist \epi5\nul goto wrong_disk
- cd\epi5
- echo
- echo Warning! This will delete all *.EXE, *.OVR, *.HLP, *.BGI,
- echo *.CHR, *.PDF, *.EPA, TUTOR*.* and USER?.TXT files
- echo in this directory! If this is not OK, then press Ctrl-C or
- echo Ctrl-Break now or press any other key and answer Y when prompted:
- echo
- pause
- cd\epi5
- del *.exe
- del *.ovr
- del *.bgi
- del *.hlp
- del *.pdf
- del *.chr
- del *.epa
- del tutor*.*
- del user?.txt
- goto end
- :wrong_disk
- echo
- echo This batch file must be run from the disk where the \EPI5
- echo directory is located. (If you don't have a \EPI5 directory,
- echo you don't need to run this file.)
- echo
- :end
-