home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p115 / 4.ddi / GCD4 / TUTOR / DELTUTOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-14  |  947 b   |  40 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 Tutor Files.  If you do not   ║ 
  14. echo     ║  wish to delete these files, type [Ctrl-C] to abort this program.  ║
  15. echo     ║  Otherwise, press any key to continue...                           ║
  16. echo     ╚════════════════════════════════════════════════════════════════════╝
  17. pause>nul
  18.  
  19. del >nul DELTUTOR BAT
  20. del >nul TUTOR    BAT
  21. del >nul TUTOR    GC2
  22. del >nul 1STLES3  DRW
  23. del >nul FRAMES   DRW
  24. del >nul LESSON1  DRW
  25. del >nul LESSON2  DRW
  26. del >nul LESSON3  DRW
  27. del >nul LESSON4  DRW
  28. del >nul MENU-TUT TAB
  29. del >nul INSTRUCT UCD
  30. del >nul LESSON1  UCD
  31. del >nul LESSON2  UCD
  32. del >nul LESSON3  UCD
  33. del >nul LESSON4  UCD
  34. del >nul LESSONS  UCD
  35. del >nul MAINMEN  UCD
  36. del >nul UPL10001 UCD
  37.  
  38. cls
  39. echo   Tutor files deleted.
  40.