home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1996 November / IMM1196.BIN / spdemo / install / dos / german / german.001 < prev    next >
Text File  |  1996-08-13  |  803b  |  46 lines

  1. BANNER "Scorched Planet Demo"
  2.  
  3. HELLO ""
  4. HELLO "    SCORCHED PLANET DEMO"
  5. HELLO ""
  6. HELLO "    by Criterion Studios"
  7. HELLO ""
  8. HELLO ""
  9. HELLO "   Press a key to continue"
  10. HELLO ""
  11.  
  12. ; Refuse to run on old dogs
  13. VER 5.00
  14. CPU 486
  15. ; RAM 8
  16.  
  17. USER main_files "Scorched Planet Demo"    C:\SPDEMO
  18.  
  19. SPACE main_files   10
  20.  
  21.  
  22. FIRSTDISK
  23.  
  24. ; Create the sub directories
  25. SUBDIR main_files \FRENCH
  26. SUBDIR main_files \GERMAN
  27.  
  28. ; then copy the files
  29. RUN "..\copyfile.bat !main_files 3" !home
  30.  
  31. ; Set up the soundcard support
  32. RUN "setsound.exe" !main_files
  33.  
  34. ; Then run the game
  35. RUN "splanet.exe" !main_files
  36.  
  37. ; wave goodbye
  38. GOODBYE "To play Scorched Planet again just type"
  39. GOODBYE ""
  40. GOODBYE "                SPLANET"
  41. GOODBYE ""
  42. GOODBYE ""
  43. GOODBYE "          Press a key to exit"
  44.  
  45. END
  46.