home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo ╔════════════════════════════════════════════════════════════════════╗
- echo ║ This program deletes all of the GCD Tutor Files. If you do not ║
- echo ║ wish to delete these files, type [Ctrl-C] to abort this program. ║
- echo ║ Otherwise, press any key to continue... ║
- echo ╚════════════════════════════════════════════════════════════════════╝
- pause>nul
-
- del >nul DELTUTOR BAT
- del >nul TUTOR BAT
- del >nul TUTOR GC2
- del >nul 1STLES3 DRW
- del >nul FRAMES DRW
- del >nul LESSON1 DRW
- del >nul LESSON2 DRW
- del >nul LESSON3 DRW
- del >nul LESSON4 DRW
- del >nul MENU-TUT TAB
- del >nul INSTRUCT UCD
- del >nul LESSON1 UCD
- del >nul LESSON2 UCD
- del >nul LESSON3 UCD
- del >nul LESSON4 UCD
- del >nul LESSONS UCD
- del >nul MAINMEN UCD
- del >nul UPL10001 UCD
-
- cls
- echo Tutor files deleted.
-