home *** CD-ROM | disk | FTP | other *** search
/ Spel 4 / Spel4.iso / dos / 3d / xmas / game.bat < prev    next >
Encoding:
DOS Batch File  |  1996-03-12  |  2.3 KB  |  73 lines

  1.  
  2.  
  3. @echo off
  4.  
  5. echo Terror in Christmas Town  Version 2.1
  6. echo Created by Michael Zerbo using the 3-D GCS system
  7.  
  8. echo This is the Shareware version of the game. To order the full version,
  9. echo simply send $12 (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 or call Toll Free: 800-2424-PSL and order product #14526
  16. echo using any major credit card. NOTE: This number is for orders
  17. echo only. I can not be reached there.
  18. echo -------
  19. echo Bitnova customers can also register the game through their service
  20. echo at: telnet: bitnova.com  web: www.bitnova.com  ftp: ftp.bitnova.com
  21. echo -------
  22. echo The Registered version includes additional bonus levels, as well
  23. echo as two free games- Eternal Prison: A 3-D arcade game in which you must
  24. echo escape from a futuristic prison. A Matter of Time (Demo): A text/graphics
  25. echo adventure in which you search for a missing scientist. Both games
  26. echo requires SVGA, sound card and 4 MB Ram. You will receive four zipped 3.5"
  27. echo high density disks (requires pkunzip or winzip), once you register the game.
  28. echo -------
  29. pause
  30. echo Hope you enjoy the game!
  31. echo ------------------------
  32. echo Instructions for the game are labelled XMAS.TXT,
  33. echo Once the title screen is loaded, press space bar to begin game.
  34. echo ------------------------
  35. pause 
  36. sbplay data\hoorah.voc \s
  37. viewer -f3 -b titlescreen.pcx                    
  38. sbplay data\hoho.voc \s
  39. if exist memfail del memfail
  40. if exist pend del pend >nul
  41. memc
  42. if exist memfail goto memfailexit
  43. :uexist
  44. :normalmenu
  45. if exist pend del pend >nul
  46. pnocomp f pdata c %1 %2 %3 %4 %5 >p.out
  47. if errorlevel 1 goto errorexit
  48. if exist pend goto gamefin
  49. goto gamefin
  50. :errorexit
  51. if exist vid.com vid
  52. if not exist vid.com mode co80 >nul
  53. if exist memfail goto memfailexit
  54. echo ...
  55. echo Program Errors have occured.  
  56. echo Save the file p.out which has the error information for us.
  57. type p.out
  58. goto realexit
  59. :memfailexit
  60. @echo ____
  61. echo   Error:  Do to insufficient or improperly configured memory you cannot
  62. echo   run the game.  Please refer to the memory report
  63. echo   below to get more info about what memory you need more of.
  64. @echo ----
  65. copy memfail con
  66. goto realexit
  67. :exit  
  68. if exist vid.com vid
  69. if not exist vid.com mode co80 >nul
  70. :gamefin
  71. :realexit
  72.  
  73.