home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / povdo31g.zip / INSTALL.001 < prev    next >
Text File  |  1999-05-13  |  2KB  |  58 lines

  1. BANNER "Persistence of Vision(tm) Ray Tracer 3.1g for MS-Dos"
  2.            
  3. HELLO "This program is going to install POV-Ray(tm) version 3.1g"
  4. HELLO "on your hard disk by copying files from this drive"
  5. HELLO "and directory to the drive and directory that you enter"
  6. HELLO "on the screen to follow."
  7. HELLO ""
  8. HELLO "It will also test to see if your system meets certain"
  9. HELLO "minimum requirements and it will offer to update your"
  10. HELLO "AUTOEXEC.BAT path statement.  It also creates several"
  11. HELLO "special batch files and creates a POVRAY.INI file that"
  12. HELLO "is properly configured for the drive and directory that"
  13. HELLO "you choose."
  14. HELLO "                 Press a key to continue."
  15.        
  16. USER povstuff "Install to:"    C:\POVRAY31
  17.  
  18. SPACE povstuff 6100
  19.  
  20. FIRSTDISK "Install Disk"
  21.  
  22. FPU
  23.  
  24. CPU 386
  25.  
  26. VER 3.30
  27.  
  28. RAM 600
  29. XMS 3000
  30.  
  31. PATH !povstuff
  32.  
  33. UNZIP povstuff POVMSDOS VERIFY
  34.  
  35. ATTRIBSAVE
  36.  
  37. RUN "copy !povstuff\povinst.001 !povstuff\povray.ini"
  38. RUN "echo Library_Path=!povstuff >>!povstuff\povray.ini"
  39. RUN "echo Library_Path=!povstuff\include >>!povstuff\povray.ini"
  40. RUN "del !povstuff\povinst.001"
  41.  
  42. RUN "echo !povstuff\povray !povstuff\rerun.ini %1 %2 %3 %4 %5 %6 %7 %8 %9>!povstuff\rerunpov.bat"
  43. RUN "echo !povstuff\povray +gi!povstuff\rerun.ini %1 %2 %3 %4 %5 %6 %7 %8 %9>!povstuff\runpov.bat"
  44. RUN "echo !povstuff\tga2gif -d -m %1 %2 %3 %4 %5 %6 %7 %8 %9>!povstuff\t2g.bat"
  45.  
  46. GOODBYE "Congratulations!  You have completed POV-Ray installation."
  47. GOODBYE ""
  48. GOODBYE "After you have verified that POV-Ray really is working for"
  49. GOODBYE "you, you may delete the files INSTALL.EXE, INSTALL.001,"
  50. GOODBYE "INSTALL.DOC, EXTERNAL.LNG, POVMSDOS.ZIP and the temporary"
  51. GOODBYE "directory where you originally extracted them."
  52. GOODBYE ""
  53. GOODBYE "                 Press a key to exit"
  54.  
  55. VIEW !povstuff\POVLEGAL.DOC
  56.  
  57. END
  58.