home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 December / PC_GO.ISO / demos / copy / sky210.exe / INSTALL.001 < prev    next >
Encoding:
Text File  |  1996-07-08  |  1.1 KB  |  41 lines

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