home *** CD-ROM | disk | FTP | other *** search
/ 101 OnLy ThE BeSt GaMeS 3 / 101onlythebestgames3techexpresssoftware1995.iso / page1 / xmas / game.bat < prev    next >
DOS Batch File  |  1995-03-30  |  2KB  |  62 lines

  1.  
  2.  
  3. @echo off
  4. echo ------------------------
  5. echo Terror in Christmas Town
  6. echo Created by Michael Zerbo
  7. echo ------------------------
  8. echo This is the Shareware version of the game. To order the full version
  9. echo simply send $10 (check, cash or money order) to:
  10. echo -------
  11. echo Michael Zerbo
  12. echo 16 Colony Drive
  13. echo West Sayville, N.Y. 11796
  14. echo -------
  15. echo -------
  16. echo The Registered version includes more levels, creatures, animations,
  17. echo and features. Requires 386 or faster with 4 MB RAM.
  18. echo -------
  19. echo Hope you enjoy the game!
  20. echo ------------------------
  21. echo Instructions for the game are labelled XMAS.DOC,
  22. echo Once title screen is loaded, press space bar to begin game.
  23. echo ------------------------
  24. pause 
  25. plany data/hoorah.voc
  26. viewer -f3 -b titlescreen.pcx                    
  27. plany data/hoho.voc
  28. if exist memfail del memfail
  29. if exist pend del pend >nul
  30. memc
  31. if exist memfail goto memfailexit
  32. :uexist
  33. :normalmenu
  34. if exist pend del pend >nul
  35. pnocomp f pdata c %1 %2 %3 %4 %5 >p.out
  36. if errorlevel 1 goto errorexit
  37. if exist pend goto gamefin
  38. goto gamefin
  39. :errorexit
  40. if exist vid.com vid
  41. if not exist vid.com mode co80 >nul
  42. if exist memfail goto memfailexit
  43. echo ...
  44. echo Program Errors have occured.  
  45. echo Save the file p.out which has the error information for us.
  46. type p.out
  47. goto realexit
  48. :memfailexit
  49. @echo ____
  50. echo   Error:  Do to insufficient or improperly configured memory you cannot
  51. echo   run the game.  Please refer to the memory report
  52. echo   below to get more info about what memory you need more of.
  53. @echo ----
  54. copy memfail con
  55. goto realexit
  56. :exit  
  57. if exist vid.com vid
  58. if not exist vid.com mode co80 >nul
  59. :gamefin
  60. :realexit
  61.  
  62.