home *** CD-ROM | disk | FTP | other *** search
/ Power Pack Spiele 2 / SPIELEPP2.ISO / daten / rollin / install.001 < prev    next >
Text File  |  1995-10-11  |  1KB  |  41 lines

  1.  BANNER "Welcome to the ROLLIN Install Program"
  2.  
  3.  VER 3.30
  4.  RAM 360
  5.  CPU 386
  6.  
  7.  HELLO "This programm will copy all ROLLIN! files to your hard drive"
  8.  HELLO "and unpack them. You can specify the directory, to which "
  9.  HELLO "ROLLIN shall be installed.                                    "
  10.  HELLO ""
  11.  HELLO "                           Press any key to continue.         "
  12.  
  13.  
  14.  ONERROR "An error has occured. Please try to install the program"
  15.  ONERROR "again. If the problem should stay persistent, please"
  16.  ONERROR "contact our tech support."
  17.  ONERROR "Be prepared to give us a precise description of your"
  18.  ONERROR "problem and have your computer up and running if pos-"
  19.  ONERROR "sible."
  20.  
  21.  USER prog_files "Program files"    C:\GAMES\ROLLIN
  22.  
  23.  SPACE prog_files 2800000
  24.  
  25.  FIRSTDISK "ROLLIN-Disk #1"
  26.  
  27.  
  28.  FILE prog_files     disk1.XXX
  29.  
  30.  UNZIP prog_files    disk1.XXX
  31.  
  32.  GOODBYE "The installation has been done w/o any"
  33.  GOODBYE "special occurences."
  34.  GOODBYE ""
  35.  GOODBYE "Run the program by changing to your chosen"
  36.  GOODBYE "directory and entering START Ù."
  37.  GOODBYE ""
  38.  GOODBYE "                Press any key to continue."
  39.  
  40.  END
  41.