home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 5.ddi / GCDMENU / DELMENU.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-07  |  650 b   |  28 lines

  1. echo off
  2. cls
  3. echo 
  4. echo 
  5. echo 
  6. echo 
  7. echo 
  8. echo 
  9. echo 
  10. echo 
  11. echo 
  12. echo     ╔════════════════════════════════════════════════════════════════════╗
  13. echo     ║  This program deletes all of the GCD Menu Creation Files.  If you  ║ 
  14. echo     ║  do not wish to delete these files, type [Ctrl-C] to abort this    ║
  15. echo     ║  program.  Otherwise, press any key to continue...                 ║
  16. echo     ╚════════════════════════════════════════════════════════════════════╝
  17. pause>nul
  18.  
  19. del>nul GCD.DRW
  20. del>nul COMPR.BAT
  21. del>nul AUTOEXEC.SGX
  22. del>nul RMENU.SGX
  23. del>nul BANNER.TXT
  24. del>nul WINDOWS.DRW
  25.  
  26. cls
  27. echo   Menu files deleted.
  28.