home *** CD-ROM | disk | FTP | other *** search
/ Home Edutainment Collecti… Childrens English Tutor / Aztech-HomeEdutainmentCollection-Vol3-ChildrensEnglishTutor.iso / wordpuz / games16.bat < prev    next >
DOS Batch File  |  1994-05-18  |  578b  |  45 lines

  1. echo off
  2. cls
  3. word1
  4. menugame 5 1
  5.  
  6. :game
  7. if errorlevel==5 goto wordscrm
  8. if errorlevel==4 goto quotboxs
  9. if errorlevel==3 goto dblecros
  10. if errorlevel==2 goto crptgram
  11. if errorlevel==1 goto crosword
  12. goto end
  13.  
  14. :wordscrm
  15. wordscrm 5
  16. if errorlevel==1 goto menu
  17. goto end
  18.  
  19. :quotboxs
  20. quotboxs 5
  21. if errorlevel==1 goto menu
  22. goto end
  23.  
  24. :dblecros
  25. dblecros 5
  26. if errorlevel==1 goto menu
  27. goto end
  28.  
  29. :crptgram
  30. crptgram 5
  31. if errorlevel==1 goto menu
  32. goto end
  33.  
  34. :crosword
  35. crosword 5
  36. if errorlevel==1 goto menu
  37. goto end
  38.  
  39. :menu
  40. menugame 5 0
  41. goto game
  42.  
  43. :end
  44. word
  45.