home *** CD-ROM | disk | FTP | other *** search
/ Speelhal Klassiekers - Hits des Salles de Jeux / CD_1.iso / games / ROADHOG / TMP / ROADHOG.EXE / INSTALL.001 < prev    next >
Text File  |  1996-07-08  |  1KB  |  49 lines

  1.  BANNER "Welcome to the installation of ROAD HOG!"
  2.  
  3.  VER 3.30
  4.  RAM 560
  5.  EMS 576
  6.  CPU 386
  7.  
  8.  HELLO "This program will copy all neccessary files for ROAD HOG"
  9.  HELLO "onto your HD. Please select a directory to which you wish"
  10.  HELLO "to install ROAD HOG.            "
  11.  HELLO ""
  12.  HELLO "                           Press any key to continue."
  13.  
  14.  
  15.  ONERROR "An error has occured during the installation. Please try to"
  16.  ONERROR "install the program again. In case the error occurs repeatedly,"
  17.  ONERROR "write down the error-code and call our tech-support."
  18.  ONERROR "Turn on your computer and be prepared to follow step by step"
  19.  ONERROR "instructions"
  20.  ONERROR ""
  21.  
  22.  USER prog_files "program files"    C:\GAMES\ROADHOG
  23.  
  24.  SPACE prog_files 5000000
  25.  
  26.  FIRSTDISK "ROAD HOG!-program disc"
  27.  
  28.  FILE prog_files     bestell.bat
  29.  FILE prog_files     order.bat
  30.  FILE prog_files     hilfe.bat
  31.  FILE prog_files     help.bat
  32.  FILE prog_files     xhelp.exe
  33.  FILE prog_files     help.dat
  34.  FILE prog_files     xorder.dat
  35.  
  36.  FILE prog_files     disk1.XXX
  37.  
  38.  UNZIP prog_files    disk1.XXX
  39.  
  40.  GOODBYE "The installation has been completed successfully."
  41.  GOODBYE ""
  42.  GOODBYE "Start the program from the directory you"
  43.  GOODBYE "have chosen. Type:                      "
  44.  GOODBYE "                   START +"
  45.  GOODBYE ""
  46.  GOODBYE "                Press any key to continue."
  47.  
  48.  END
  49.