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 Menu Creation Files. If you ║
- echo ║ do not wish to delete these files, type [Ctrl-C] to abort this ║
- echo ║ program. Otherwise, press any key to continue... ║
- echo ╚════════════════════════════════════════════════════════════════════╝
- pause>nul
-
- del>nul GCD.DRW
- del>nul COMPR.BAT
- del>nul AUTOEXEC.SGX
- del>nul RMENU.SGX
- del>nul BANNER.TXT
- del>nul WINDOWS.DRW
-
- cls
- echo Menu files deleted.
-