home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 November / CD_11_96.ISO / demos / copy / brainst.exe / INSTALL.001 < prev    next >
Text File  |  1996-07-08  |  1KB  |  42 lines

  1.  BANNER "Welcome to the installation of BRAINSTORM"
  2.  
  3.  VER 3.30
  4.  RAM 356
  5.  CPU 286
  6.  
  7.  HELLO "This program will copy all neccessary files for BRAINSTORM"
  8.  HELLO "onto your HD. Please select a directory to which you wish"
  9.  HELLO "to install BRAINSTORM.            "
  10.  HELLO ""
  11.  HELLO "                           Press any key to continue."
  12.  
  13.  
  14.  ONERROR "An error has occured during the installation. Please try to"
  15.  ONERROR "install the program again. In case the error occurs repeatedly,"
  16.  ONERROR "write down the error-code and call our tech-support."
  17.  ONERROR "Turn on your computer and be prepared to follow step by step"
  18.  ONERROR "instructions"
  19.  ONERROR ""
  20.  
  21.  USER prog_files "program files"    C:\GAMES\BRAINST
  22.  
  23.  SPACE prog_files 645000
  24.  
  25.  FIRSTDISK "CAVEMAN Install Disk"
  26.  
  27.  FILE prog_files     BRAINST.XXX
  28.  
  29.  UNZIP prog_files    BRAINST.XXX
  30.  
  31.  GOODBYE "The installation has been completed successfully."
  32.  GOODBYE ""
  33.  GOODBYE "Start the program from the directory you"
  34.  GOODBYE "have chosen. Type:"
  35.  GOODBYE "           START  [RETURN]"
  36.  GOODBYE ""
  37.  GOODBYE "                Press any key to continue."
  38.  
  39.  
  40.  END
  41.  
  42.