home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / srdemo / install.001 next >
Text File  |  1995-12-18  |  776b  |  27 lines

  1. BANNER "Star Rangers Demo Installation Program"
  2.            
  3. HELLO "This program is going to install the Star Rangers files from"
  4. HELLO "the installation source to the directory that you enter"
  5. HELLO "on the following screen."
  6. HELLO ""
  7. HELLO "                 Press a key to continue."
  8.        
  9. USER prog_files "Program Files"    C:\SRDEMO
  10.  
  11. SPACE prog_files 12000000
  12.  
  13. FIRSTDISK "SRDEMO Disk"
  14.  
  15. UNZIP prog_files SRDEMO
  16.  
  17. RUN "!prog_files\drivers\setsound.exe" !prog_files\drivers
  18.  
  19. GOODBYE "               The installation has completed.          "
  20. GOODBYE "      Read the README.TXT file before playing the game."
  21. GOODBYE "     At the DOS prompt type 'SRDEMO' to start the game."
  22. GOODBYE ""
  23. GOODBYE "             Press any key to exit...          "
  24.  
  25. END
  26.  
  27.