home *** CD-ROM | disk | FTP | other *** search
/ Tempra Media / Tempra.iso / install.dat < prev    next >
Text File  |  1993-03-28  |  21KB  |  924 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: INSTALL CD-ROM
  5.  * Version: 1.00
  6.  * K. Parizo  03/28/93
  7.  *
  8.  */
  9. @DefineProject
  10.     @Name      = "Tempra Media (TM)" /* Product Name:*/
  11.     @Version   = "1.00"
  12.     @OutDrive  = C
  13.     
  14.     @InDiskBell = 1
  15.     @Requires @HardDisk
  16.     @Subdir    =  "\\"
  17. @EndProject
  18.  
  19. @DefineVars
  20.    //@Qstring @VVPAINT = "Tempra"
  21.    @Qstring @EDITOR  = "Textedit"
  22.    @Qstring @EDITORPATH  = ""
  23.    @Qstring @PROGX   = "ACCESS"
  24.    @Qstring @PROGXPATH = "TEMPRA"
  25.   //@Qstring @Blast_buf = "12"
  26. @EndVars
  27.  
  28.  
  29.  
  30. @Display
  31.  
  32.  
  33.  
  34.  
  35.     Welcome to the Tempra Media CD-ROM.  This CD-ROM contains Tempra 
  36.     Access, Tempra Vision, Prosonus Music and Sound effects libraries 
  37.     and a set of Tempra Reseller and In-store Demonstrations.  
  38.     
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. @Pause
  50.  
  51. @EndDisplay
  52.  
  53.  
  54. @GetGroups
  55.  
  56.     @LocalWindow (10,40)
  57.     @SET B = " Tempra Access installation"
  58.  
  59.     @SET C = " Tempra Vision"
  60.  
  61.     @SET D = " Prosonus Music and Sound Effects"
  62.  
  63.     @SET E = " Other Tempra Demonstrations "
  64.  
  65.     @Cls
  66.  
  67.  
  68.  
  69.     Which of the following programs would you like to install ?
  70.  
  71.  
  72.  
  73. @EndGroups
  74.  
  75. @If ('B' [= @Group)
  76.     @Goto ACCESS
  77. @ElseIf ('C' [= @Group)
  78.     @Goto VISION
  79. @ElseIf ('D' [= @Group)
  80.     @Goto PROSONUS
  81. @ElseIf ('E' [= @Group)
  82.     @Goto DEMOS
  83. @EndIf
  84.  
  85.  
  86.  
  87.  
  88. ACCESS:
  89.  
  90.  
  91. @Display
  92.  
  93.  
  94.          Welcome to Tempra Access.
  95.  
  96.     Tempra Access allows you to view and manipulate Kodak Photo CD images.
  97.     Install your PHOTO CD in your CD-ROM drive and run Tempra Access from
  98.     your hard disk.
  99.  
  100.  
  101.  
  102.  
  103. @Pause
  104.     @Cls
  105.  
  106.  
  107.     This program will install Tempra Access on your computer system
  108.     and verify the integrity of the distribution disk(s).
  109.  
  110.     This installation will also verify that you have enough memory
  111.     to complete the install.  If you do not have enough memory available,
  112.     you will be prompted and the installation will abort.
  113.  
  114.  
  115.     You may press the [Esc] key at any time to abort the installation.
  116.  
  117.     
  118.  
  119.  
  120. @Pause
  121. @EndDisplay
  122.  
  123.  
  124.  
  125. @GetOutDrive
  126.  
  127.     @Suppress A
  128.     @Suppress B
  129.  
  130.     @Cls
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.     On which disk drive do you wish to install Tempra Access ?
  140.  
  141.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  142.     the bar to disk drive you wish to install to and then press the 
  143.     [Enter] key.
  144.  
  145.  
  146.  
  147. @EndOutDrive
  148.  
  149.     @If (@DiskFree(@OutDrive) <4000000)
  150.         @Display
  151.  
  152.         @Cls
  153.         The selected output disk drive only has
  154.         @DiskFree(@OutDrive) bytes.  This product 
  155.         requires 4Mb bytes.  This program will now
  156.         exit to the DOS prompt.
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.         @Pause
  166.  
  167.         @EndDisplay
  168.         @Abort
  169.     @EndIf 
  170.  
  171. @SetAutoexec
  172.  
  173.     @AskOverwrite
  174.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  175.    @SetReplace("TMP","@OutDrive:\\")
  176.    @SetReplace("EDITOR","@EDITOR")
  177.    @SetReplace("PROGX","@PROGX")
  178.    @SetReplace("VVPAINT","Tempra")
  179.    @SetReplace("Blast_buf","12")
  180.  
  181. @EndAutoexec
  182.  
  183.  
  184.  
  185.  
  186. @Finish
  187.  
  188.  
  189.     @Cls
  190.  
  191.     @ChDrive @OutDrive
  192.     @MkDir ("@OutDrive:\\tempra")
  193.  
  194. @System ("Copy @InDrive:\\access\\*.* @OutDrive:\\tempra\\*.*"))
  195.  
  196. @Pause
  197.  
  198.     @ChDrive @OutDrive
  199.     @ChDir "\\tempra"
  200.     @Cls
  201.  
  202.     Please type "ACCESS" and press the [Enter] key to run the
  203.     program.
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210. @Pause
  211.  
  212. @EndFinish 
  213.  
  214. VISION:
  215.  
  216.  
  217.  
  218.  
  219. @Display
  220.  
  221.    Welcome to Mathematica, Inc.'s world of imagination and creativity! 
  222.    
  223.    TEMPRA VISION is the newest edition to our TEMPRA product line.
  224.    This program allows children to express themselves and see their ideas
  225.    come to life.  The development of a child's imagination and vision for
  226.    what appears to be the impossible may someday be a reality through 
  227.    development and creativity that Tempra Vision allows you to express.
  228.  
  229.    Both children and adults will enjoy the realm of possibilities open
  230.    to them with Tempra Vision.  We, at Mathematica, Inc., hope you enjoy
  231.    yourselves. 
  232.  
  233.  
  234.  
  235.  
  236. @Pause
  237. @EndDisplay
  238.  
  239.     
  240. @GetOutDrive
  241.  
  242.     @Suppress A
  243.     @Suppress B
  244.  
  245.     @Cls
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.     On which disk drive do you wish to install Tempra Vision ?
  255.  
  256.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  257.     the bar to disk drive you wish to install to and then press the 
  258.     [Enter] key.
  259.  
  260. @EndOutDrive
  261.  
  262.  
  263. @Display
  264.  
  265.     @If (@DiskFree(@OutDrive) < 35000000)
  266.         The selected output disk drive only has
  267.         @DiskFree(@OutDrive) bytes.  This product
  268.         requires 35 MB.  You will need to make room 
  269.         on your harddrive.  This installation will
  270.         now exit to the DOS prompt.
  271.  
  272.         @Pause
  273.         @Abort
  274.     @EndIf
  275. @EndDisplay
  276.  
  277. @SetAutoexec
  278.  
  279.     @AskOverwrite
  280.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  281.    @SetReplace("TMP","@OutDrive:\\")
  282.    @SetReplace("EDITOR","@EDITOR")
  283.    @SetReplace("PROGX","@PROGX")
  284.    @SetReplace("VVPAINT","Tempra")
  285.    @SetReplace("Blast_buf","12")
  286.  
  287. @EndAutoexec
  288.  
  289.  
  290.  
  291.  
  292.  
  293. @Finish
  294.     @Cls
  295.     @ChDrive @OutDrive
  296.     @MkDir ("@OutDrive:\\vision")
  297.     @MkDir ("@OutDrive:\\vision\\pic")
  298.     @MkDir ("@OutDrive:\\vision\\spr")
  299.     @MkDir ("@OutDrive:\\vision\\txt")
  300.     @MkDir ("@OutDrive:\\vision\\seq")
  301.     @MkDir ("@OutDrive:\\vision\\aud")
  302.     @MkDir ("@OutDrive:\\vision\\fnt")
  303.  
  304. @System ("Copy @InDrive:\\vision\\*.* @OutDrive:\\vision\\*.*")
  305. @System ("Copy @InDrive:\\vision\\pic\\*.* @OutDrive:\\vision\\pic\\*.*")
  306. @System ("Copy @InDrive:\\vision\\spr\\*.* @OutDrive:\\vision\\spr\\*.*")
  307. @System ("Copy @InDrive:\\vision\\txt\\*.* @OutDrive:\\vision\\txt\\*.*")
  308. @System ("Copy @InDrive:\\vision\\seq\\*.* @OutDrive:\\vision\\seq\\*.*")
  309. @System ("Copy @InDrive:\\vision\\aud\\*.* @OutDrive:\\vision\\aud\\*.*")
  310. @System ("Copy @InDrive:\\vision\\fnt\\*.* @OutDrive:\\vision\\fnt\\*.*")
  311.  
  312. @Pause
  313.  
  314.     @ChDrive @OutDrive
  315.     @ChDir "\\vision"
  316.     @Cls
  317.  
  318.  
  319.     Please type "STORY" and press the [Enter] key to run the 
  320.     program.
  321.  
  322.  
  323.  
  324.  
  325.  
  326. @Pause
  327. @EndFinish 
  328.  
  329.  
  330. PROSONUS:
  331.  
  332.  
  333.  
  334. @Display
  335.  
  336.  
  337.  
  338.  
  339.  
  340.     This CD includes the Prosonus MusicBytes, music and sound effects
  341.     libraries.  You can choose from 13 music files and 52 sound effect
  342.     files in .WAV, MIDI and .VOC file format to play in your multimedia
  343.     titles and presentations.  You now have the option of loading the 
  344.     5 second music clip and sound effects onto your hard disk.  Remember
  345.     you need a SoundBlaster compatible card to play these files.
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353. @Pause
  354. @EndDisplay
  355.  
  356. @GetOutDrive
  357.  
  358.     @Suppress A
  359.     @Suppress B
  360.  
  361.     @Cls
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.     On which disk drive do you wish to install Prosonus ?
  371.  
  372.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  373.     the bar to disk drive you wish to install to and then press the 
  374.     [Enter] key.
  375.  
  376. @EndOutDrive
  377.  
  378.  
  379. @Display
  380.  
  381.     @If (@DiskFree(@OutDrive) < 11000000)
  382.         The selected output disk drive only has
  383.         @DiskFree(@OutDrive) bytes.  This product
  384.         requires 11 MB.  You will need to make room 
  385.         on your harddrive.  This installation will
  386.         now exit to the DOS prompt.
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.         @Pause
  395.         @Abort
  396.     @EndIf
  397. @EndDisplay
  398.  
  399.  
  400.  
  401. @SetAutoexec
  402.  
  403.     @AskOverwrite
  404.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  405.    @SetReplace("TMP","@OutDrive:\\")
  406.    @SetReplace("EDITOR","@EDITOR")
  407.    @SetReplace("PROGX","@PROGX")
  408.    @SetReplace("VVPAINT","Tempra")
  409.    @SetReplace("Blast_buf","12")
  410.  
  411. @EndAutoexec
  412.  
  413.  
  414.  
  415.  
  416.  
  417. @Finish
  418.     @Cls
  419.     @ChDrive @OutDrive
  420.     @MkDir ("@OutDrive:\\vision")
  421.     @MkDir ("@OutDrive:\\vision\\aud")
  422.  
  423.  
  424. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\afric1m0.voc @OutDrive:\\vision\\aud\\afric1m0.voc")
  425. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\afric2m0.voc @OutDrive:\\vision\\aud\\afric2m0.voc")
  426. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\breez1m0.voc @OutDrive:\\vision\\aud\\breez1m0.voc")
  427. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\breez2m0.voc @OutDrive:\\vision\\aud\\breez2m0.voc")
  428. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\heave1m0.voc @OutDrive:\\vision\\aud\\heave1m0.voc")
  429. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\heave2m0.voc @OutDrive:\\vision\\aud\\heave2m0.voc")
  430. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\holid1m0.voc @OutDrive:\\vision\\aud\\holid1m0.voc")
  431. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\holid2m0.voc @OutDrive:\\vision\\aud\\holid2m0.voc")
  432. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lastc1m0.voc @OutDrive:\\vision\\aud\\lastc1m0.voc")
  433. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lastc2m0.voc @OutDrive:\\vision\\aud\\lastc2m0.voc")
  434. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lunch1m0.voc @OutDrive:\\vision\\aud\\lunch1m0.voc")
  435. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\lunch2m0.voc @OutDrive:\\vision\\aud\\lunch2m0.voc")
  436. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\onthe1m0.voc @OutDrive:\\vision\\aud\\onthe1m0.voc")
  437. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\onthe2m0.voc @OutDrive:\\vision\\aud\\onthe2m0.voc")
  438. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\picki1m0.voc @OutDrive:\\vision\\aud\\picki1m0.voc")
  439. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\picki2m0.voc @OutDrive:\\vision\\aud\\picki2m0.voc")
  440. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\popup1m0.voc @OutDrive:\\vision\\aud\\popup1m0.voc")
  441. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\popup2m0.voc @OutDrive:\\vision\\aud\\popup2m0.voc")
  442. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\rebop1m0.voc @OutDrive:\\vision\\aud\\rebop1m0.voc")
  443. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\rebop2m0.voc @OutDrive:\\vision\\aud\\rebop2m0.voc")
  444. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\spike1m0.voc @OutDrive:\\vision\\aud\\spike1m0.voc")
  445. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\spike2m0.voc @OutDrive:\\vision\\aud\\spike2m0.voc")
  446. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\timew1m0.voc @OutDrive:\\vision\\aud\\timew1m0.voc")
  447. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\timew2m0.voc @OutDrive:\\vision\\aud\\timew2m0.voc")
  448. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\victo1m0.voc @OutDrive:\\vision\\aud\\victo1m0.voc")
  449. @System ("Copy @InDrive:\\prosonus\\music\\vocs\\victo2m0.voc @OutDrive:\\vision\\aud\\victo2m0.voc")
  450. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\aahh1.voc @OutDrive:\\vision\\aud\\aahh1.voc")
  451. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\afrbonk1.voc @OutDrive:\\vision\\aud\\afrbonk1.voc")
  452. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\afrorif1.voc @OutDrive:\\vision\\aud\\afrorif1.voc")
  453. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\applaus1.voc @OutDrive:\\vision\\aud\\applaus1.voc")
  454. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bansaw1.voc @OutDrive:\\vision\\aud\\bansaw1.voc")
  455. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bigdoor1.voc @OutDrive:\\vision\\aud\\bigdoor1.voc")
  456. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bigswtc1.voc @OutDrive:\\vision\\aud\\bigswtc1.voc")
  457. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bikehrn1.voc @OutDrive:\\vision\\aud\\bikehrn1.voc")
  458. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\bird11.voc @OutDrive:\\vision\\aud\\bird11.voc")
  459. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\btlblo11.voc @OutDrive:\\vision\\aud\\btblo11.voc")
  460. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\carby1.voc @OutDrive:\\vision\\aud\\carby1.voc")
  461. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\castnt1.voc @OutDrive:\\vision\\aud\\castnt1.voc")
  462. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\chimes1.voc @OutDrive:\\vision\\aud\\chimes1.voc")
  463. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\crkydr1.voc @OutDrive:\\vision\\aud\\crkydr1.voc")
  464. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\dooropn1.voc @OutDrive:\\vision\\aud\\dooropn1.voc")
  465. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\drill01.voc @OutDrive:\\vision\\aud\\drill01.voc")
  466. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\elephnt1.voc @OutDrive:\\vision\\aud\\elephnt1.voc")
  467. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\fstscrp1.voc @OutDrive:\\vision\\aud\\fstscrp1.voc")
  468. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\glasbrk1.voc @OutDrive:\\vision\\aud\\glasbrk1.voc")
  469. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\goodmrn1.voc @OutDrive:\\vision\\aud\\goodmrn1.voc")
  470. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\grindr1.voc @OutDrive:\\vision\\aud\\grindr1.voc")
  471. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\grplaff1.voc @OutDrive:\\vision\\aud\\grplaff1.voc")
  472. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\gtrwail1.voc @OutDrive:\\vision\\aud\\gtrwail1.voc")
  473. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\gunfire1.voc @OutDrive:\\vision\\aud\\gunfire1.voc")
  474. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\harpup1.voc @OutDrive:\\vision\\aud\\harpup1.voc")
  475. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\huuh1.voc @OutDrive:\\vision\\aud\\huuh1.voc")
  476. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\jetfly1.voc @OutDrive:\\vision\\aud\\jetfly1.voc")
  477. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\jungdrm1.voc @OutDrive:\\vision\\aud\\jungdrm1.voc")
  478. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\logroll1.voc @OutDrive:\\vision\\aud\\logroll1.voc")
  479. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\motor1.voc @OutDrive:\\vision\\aud\\motor1.voc")
  480. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\newyear1.voc @OutDrive:\\vision\\aud\\newyear1.voc")
  481. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\obnowhs1.voc @OutDrive:\\vision\\aud\\obnowhs1.voc")
  482. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\ominous1.voc @OutDrive:\\vision\\aud\\ominous1.voc")
  483. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\oopsw-01.voc @OutDrive:\\vision\\aud\\oopsw-01.voc")
  484. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\partyhn1.voc @OutDrive:\\vision\\aud\\partyhn1.voc")
  485. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\phone1.voc @OutDrive:\\vision\\aud\\phone1.voc")
  486. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\polwhst1.voc @OutDrive:\\vision\\aud\\polwhst1.voc")
  487. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\ratchet1.voc @OutDrive:\\vision\\aud\\ratchet1.voc")
  488. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\roboarm1.voc @OutDrive:\\vision\\aud\\roboarm1.voc")
  489. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\scraper1.voc @OutDrive:\\vision\\aud\\scraper1.voc")
  490. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\shaker1.voc @OutDrive:\\vision\\aud\\shaker1.voc")
  491. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\spook1.voc @OutDrive:\\vision\\aud\\spook1.voc")
  492. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\stoppno1.voc @OutDrive:\\vision\\aud\\stoppno1.voc")
  493. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\tennis1.voc @OutDrive:\\vision\\aud\\tennis1.voc")
  494. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\tty1.voc @OutDrive:\\vision\\aud\\tty1.voc")
  495. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\unclun1.voc @OutDrive:\\vision\\aud\\unclun1.voc")
  496. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\vault1.voc @OutDrive:\\vision\\aud\\vault1.voc")
  497. @System ("Copy @InDrive:\\prosonus\\sound_fx\\vocs\\vibrslp1.voc @OutDrive:\\vision\\aud\\vibrslp1.voc")
  498.  
  499. @Pause
  500.  
  501.     @ChDrive @OutDrive
  502.     @ChDir "\\vision"
  503.     @Cls
  504.  
  505.  
  506.     The prosonus music and sound effect files have now been copied
  507.     to your hard drive.
  508.  
  509.  
  510.  
  511.  
  512. @Pause
  513. @EndFinish 
  514.  
  515.  
  516.  
  517.  
  518. DEMOS:
  519.  
  520. @Display
  521.  
  522.  
  523.  
  524.  
  525.     Welcome to Mathematica Inc.'s phenomenal world of multimedia
  526.     products and demonstrations.  The staff at Mathematica would
  527.     like to wish you much success on your journey in the world of
  528.     multimedia.
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.     @Pause
  540.  
  541.     @Cls
  542.  
  543.  
  544.  
  545.  
  546.  
  547.     The following demonstrations are samples of TEMPRA'S multimedia
  548.     adaptability and versatility.  These samples of Mathematica,
  549.     Inc.'s award winning multimedia products consists of our INSTORE 
  550.     DEMONSTRATIONS produced in TEMPRA MEDIA AUTHOR and TEMPRA SHOW.
  551.     The USERDEMO is an interactive demonstration of the complete 
  552.     TEMPRA product line.  MADEMO is a demonstration utilizing MEDIA
  553.     AUTHOR functions.  
  554.            
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. @Pause
  563.     
  564. @EndDisplay
  565.  
  566. @GetGroups
  567.  
  568.     @SET F = " Tempra Pro Primer "
  569.     @SET G = " Tempra Userdemo "
  570.     @SET H = " Tempra Mademo"
  571.  
  572.     @Cls
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.     Which one of the following programs would you like to install ?
  585.  
  586.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  587.     the bar to disk drive you wish to install to and then press the 
  588.     [Enter] key.
  589.  
  590. @EndGroups
  591.  
  592. @If ('F' [= @Group)
  593.     @Goto PRIMER
  594. @ElseIf ('G' [= @Group)
  595.     @Goto USERDEMO
  596. @ElseIf ('H' [= @Group)
  597.     @Goto COMDEX
  598. @EndIf
  599.  
  600. PRIMER:
  601.  
  602.  
  603.  
  604. @Display
  605.  
  606.  
  607.  
  608.  
  609.   Welcome to the TEMPRA PRO image editing primer. Use this no-save
  610.   primer to explore TEMPRA PRO'S video capture, painting and editing
  611.   capabilities.  TEMPRA PRO has functions for scanning, video capture 
  612.   and printing to color or black and white, these functions have been
  613.   disabled in this primer.
  614.  
  615.   This program will install Tempra Primer on your computer system and
  616.   verify the integrity of the distribution disk(s).
  617.  
  618.   You may press the [Esc] key at any time to abort the installation.
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625. @Pause
  626. @EndDisplay
  627.  
  628.     
  629. @GetOutDrive
  630.  
  631.     @Suppress A
  632.     @Suppress B
  633.  
  634.     @Cls
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.     On which disk drive do you wish to install Tempra Primer ?
  644.  
  645.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  646.     the bar to disk drive you wish to install to and then press the 
  647.     [Enter] key.
  648.  
  649. @EndOutDrive
  650.  
  651. @If (@DiskFree(@OutDrive) < 4000000)
  652.     @Display
  653.  
  654.         The selected output disk drive only has
  655.         @DiskFree(@OutDrive) bytes.  This product
  656.         requires 4 MB.  This program will exit to 
  657.         the DOS prompt now.          
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.     @Pause
  666.     @Abort
  667.     @EndDisplay
  668. @EndIf
  669.  
  670.  
  671.  
  672. @SetAutoexec
  673.  
  674.     @AskOverwrite
  675.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  676.    @SetReplace("TMP","@OutDrive:\\")
  677.    @SetReplace("EDITOR","@EDITOR")
  678.    @SetReplace("PROGX","@PROGX")
  679.    @SetReplace("VVPAINT","Tempra")
  680.    @SetReplace("Blast_buf","12")
  681.  
  682. @EndAutoexec
  683.  
  684.  
  685.  
  686.  
  687. @Finish
  688.     @Cls
  689.     @ChDrive @OutDrive
  690.     @MkDir ("@OutDrive:\\primer")
  691.  
  692. @System ("Copy @InDrive:\\primer\\*.* @OutDrive:\\primer\\*.*")
  693.  
  694.  
  695.     @ChDrive @OutDrive
  696.     @ChDir "\\primer"
  697.     @Cls
  698.  
  699.     Please type "TEMPRA" and press [Enter] key to run this program.
  700.  
  701.  
  702.  
  703.  
  704. @Pause
  705.  
  706. @EndFinish 
  707.  
  708. USERDEMO:
  709.  
  710.  
  711.  
  712. @Display
  713.  
  714.  
  715.  
  716.  
  717.     This contains a fully interactive marketing demo of TEMPRA PRO
  718.     and TEMPRA SHOW.  The demo starts in standard 8-bit VGA, but 
  719.     can also be seen in 16-bit HICOLOR.
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729. @Pause
  730. @EndDisplay
  731.  
  732. @GetOutDrive
  733.  
  734.     @Suppress A
  735.     @Suppress B
  736.  
  737.     @Cls
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.     On which disk drive do you wish to install Tempra Userdemo ?
  749.  
  750.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  751.     the bar to disk drive you wish to install to and then press the 
  752.     [Enter] key.
  753.  
  754. @EndOutDrive
  755.  
  756. @If (@DiskFree(@OutDrive) < 16000000)
  757.     @Display
  758.  
  759.         The selected output disk drive only has
  760.         @DiskFree(@OutDrive) bytes.  This product
  761.         requires 16 MB.  This program will exit to 
  762.         the DOS prompt now.          
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.     @Pause
  771.     @Abort
  772.     @EndDisplay
  773. @EndIf
  774.  
  775. @SetAutoexec
  776.  
  777.     @AskOverwrite
  778.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  779.    @SetReplace("TMP","@OutDrive:\\")
  780.    @SetReplace("EDITOR","@EDITOR")
  781.    @SetReplace("PROGX","@PROGX")
  782.    @SetReplace("VVPAINT","Tempra")
  783.    @SetReplace("Blast_buf","12")
  784.  
  785. @EndAutoexec
  786.  
  787.  
  788.  
  789.  
  790.  
  791. @Finish
  792.     @Cls
  793.     @ChDrive @OutDrive
  794.     @MkDir ("@OutDrive:\\Userdemo")
  795.  
  796. @System ("Copy @InDrive:\\Userdemo\\*.* @OutDrive:\\Userdemo\\*.*")
  797.  
  798.  
  799.     @ChDrive @OutDrive
  800.     @ChDir "\\Userdemo"
  801.     @Cls
  802.  
  803.     Please type "DEMO" and press the [Enter] key to run the program.
  804.  
  805.  
  806.  
  807.  
  808. @Pause
  809.  
  810. @EndFinish 
  811.  
  812.  
  813.  
  814. COMDEX:
  815.  
  816.  
  817. @Display
  818.  
  819.  
  820.  
  821.     You're about to watch a multimedia presentation created with Tempra
  822.     MEDIA AUTHOR.  This presentation was created for our Comdex/Fall '92
  823.     kiosk and includes animation, audio, and interactivity that mark 
  824.     multimedia as the wave of the future.
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. @Pause
  835. @EndDisplay
  836.  
  837.     
  838. @GetOutDrive
  839.  
  840.     @Suppress A
  841.     @Suppress B
  842.  
  843.     @Cls
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.     On which disk drive do you wish to install Tempra Comdex ?
  853.  
  854.     Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move
  855.     the bar to disk drive you wish to install to and then press the 
  856.     [Enter] key.
  857.  
  858. @EndOutDrive
  859.  
  860.  
  861. @Display
  862.  
  863.     @If (@DiskFree(@OutDrive) < 90000000)
  864.         The selected output disk drive only has
  865.         @DiskFree(@OutDrive) bytes.  This product
  866.         requires 90MB.
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.         @Pause
  876.         @Abort
  877.     @EndIf
  878. @EndDisplay
  879.  
  880.  
  881. @SetAutoexec
  882.  
  883.     @AskOverwrite
  884.     @Path = "@OutDrive:@Subdir;@EDITORPATH;@PROGXPATH;"
  885.    @SetReplace("TMP","@OutDrive:\\")
  886.    @SetReplace("EDITOR","@EDITOR")
  887.    @SetReplace("PROGX","@PROGX")
  888.    @SetReplace("VVPAINT","Tempra")
  889.    @SetReplace("Blast_buf","12")
  890.  
  891. @EndAutoexec
  892.  
  893.  
  894.  
  895.  
  896.  
  897. @Finish
  898.     @Cls
  899.     @ChDrive @OutDrive
  900.     @MkDir ("@OutDrive:\\Comdex")
  901.  
  902. @System ("Copy @InDrive:\\Comdex\\*.* @OutDrive:\\Comdex\\*.*")
  903.  
  904.  
  905.     @ChDrive @OutDrive
  906.     @ChDir "\\Comdex"
  907.     @Cls
  908.  
  909.     Please type "MADEMO" and press the [Enter] key to run the program.
  910.  
  911.  
  912.  
  913. @Pause
  914.  
  915. @EndFinish 
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.