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

  1.  BANNER "Welcome to the installation of Flying Tigers"
  2.  
  3.  VER 3.30
  4.  RAM 456
  5.  CPU 386
  6.  
  7.  HELLO "This program will copy all neccessary files for FLYING TIGERS"
  8.  HELLO "onto your HD. Please select a directory to which you wish"
  9.  HELLO "to install FLYING TIGERS.            "
  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\tiger200
  22.  
  23.  SPACE prog_files 540000
  24.  
  25.  FIRSTDISK "Install Disk"
  26.  
  27.  FILE prog_files     tiger200.XXX
  28.  
  29.  UNZIP prog_files    tiger200.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.