home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 January / CD_01_96.BIN / install.001 < prev    next >
Text File  |  1995-09-21  |  884b  |  36 lines

  1. BANNER "   CAPITALISM 1.0 Demo Installation  "
  2.  
  3. HELLO "This program is going to transfer the Capitalism files from"
  4. HELLO "the CDROM to the directory that you enter on the screen"
  5. HELLO "to follow."
  6. HELLO ""
  7. HELLO "                 Press a key to continue."
  8.  
  9. USER   cap_files "Install Capitalism To :" C:\CAPDEMO
  10.  
  11. SPACE cap_files 15000000
  12.  
  13. FIRSTDISK "Install Disk"
  14.  
  15. CPU 386
  16. VER 3.30
  17. RAM 356
  18. CONFIGFILES 30
  19. ONERROR "Call Interactive Magic if the problem cannot be corrected"
  20.  
  21. FILE cap_files CAPDEMO.ZI1P
  22. FILE cap_files CAPDEMO.ZI2P
  23. FILE cap_files CAPDEMO.ZI3P
  24. FILE cap_files CAPDEMO.ZI4P
  25.  
  26. UNZIP cap_files CAPDEMO
  27.  
  28. RUN "!cap_files\setup.bat" !cap_files
  29.  
  30. GOODBYE "         The installation has completed.         "
  31. GOODBYE "In the DOS prompt, type 'CAP' to start the game. "
  32. GOODBYE ""
  33. GOODBYE "              Press a key to exit...             "
  34.  
  35. END
  36.