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

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