home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 May / buyer-0596.iso / games / roadhog / install.001 < prev    next >
Text File  |  1995-08-26  |  1KB  |  48 lines

  1.  BANNER "Welcome to the ROAD HOG! Install Program"
  2.  
  3.  VER 3.30
  4.  RAM 560
  5.  EMS 576
  6.  CPU 386
  7.  
  8.  HELLO "This programm will copy all ROAD HOG! files to your hard drive"
  9.  HELLO "and unpack them. You can specify the directory, to which ROAD"
  10.  HELLO "HOG! shall be installed.                                       "
  11.  HELLO ""
  12.  HELLO "                           Press any key to continue.         "
  13.  
  14.  
  15.  ONERROR "An error has occured. Please try to install the program"
  16.  ONERROR "again. If the problem should stay persistent, you can"
  17.  ONERROR "reach HomeBrew Software's tech support under (707) 451-"
  18.  ONERROR "9653. Be prepared to give us a precise description of"
  19.  ONERROR "your problem and have your computer up and running if"
  20.  ONERROR "possible."
  21.  
  22.  USER prog_files "Program files"    C:\GAMES\ROADHOG
  23.  
  24.  SPACE prog_files 5000000
  25.  
  26.  FIRSTDISK "ROAD HOG!-Disk #1"
  27.  
  28.  FILE prog_files     bestell.bat
  29.  FILE prog_files     order.bat
  30.  FILE prog_files     xorder.dat
  31.  FILE prog_files     lizenz.txt
  32.  FILE prog_files     license.txt
  33.  FILE prog_files     xhelp.exe
  34.  
  35.  FILE prog_files     disk1.XXX
  36.  
  37.  UNZIP prog_files    disk1.XXX
  38.  
  39.  GOODBYE "The installation has been done w/o any"
  40.  GOODBYE "special occurences."
  41.  GOODBYE ""
  42.  GOODBYE "Run the program by changing to your chosen"
  43.  GOODBYE "directory and entering START ┘."
  44.  GOODBYE ""
  45.  GOODBYE "                Press any key to continue."
  46.  
  47.  END
  48.