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

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