home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Masterblend / cdsharewaremasterblend.iso / multi1 / tutor.bat < prev    next >
DOS Batch File  |  1992-09-30  |  4KB  |  114 lines

  1. @ECHO OFF
  2. CLS       
  3. ECHO.
  4. ECHO  Let's take a closer look at how to combine the Multimedia 1 commands.
  5. ECHO  ────────────────────────────────────────────────────────────────────
  6. ECHO.
  7. ECHO  COMMAND   DESCRIPTION
  8. ECHO  ═══════   ═══════════
  9. ECHO.
  10. ECHO  SHOW      The SHOW command is used to display a PCX, GIF, TIFF, or TARGA
  11. ECHO            graphic image file in CGA, EGA, VGA or SVGA format.
  12. ECHO.
  13. ECHO  KEY       The KEY command will wait for the user to press a key.
  14. ECHO.
  15. ECHO.
  16. ECHO.
  17. ECHO. EXAMPLE              DESCRIPTION
  18. ECHO  ═══════              ═══════════
  19. ECHO.
  20. ECHO  SHOW bricks.pcx      Display the bricks screen in VGA format.
  21. ECHO  KEY                  Wait for you to press a key.
  22. ECHO.
  23. ECHO.
  24. ECHO.  
  25. ECHO  Press any key to view this example.
  26. key
  27. clr-text
  28.  
  29. show bricks.pcx
  30. key
  31. textmode
  32. cls
  33. ECHO  Now lets add some SPEECH to this example.
  34. ECHO  ────────────────────────────────────────
  35. ECHO.
  36. ECHO  COMMAND   DESCRIPTION
  37. ECHO  ═══════   ═══════════
  38. ECHO.
  39. ECHO  SAY       The SAY command is used to play SPEECH, MUSIC and SOUND EFFECTS
  40. ECHO            thru the PC speaker. The are several speech files included in
  41. ECHO            this package.  The register version contains over 1 MILLION.
  42. ECHO.
  43. ECHO  SAY-SB    The SAY-SB command is used to play VOC files thru your Sound
  44. ECHO            Blaster card.  With a Sound Blaster card you can record your
  45. ECHO            own voice/music files and play them back with Multimedia 1.
  46. ECHO.
  47. ECHO. EXAMPLE              DESCRIPTION
  48. ECHO  ═══════              ═══════════
  49. ECHO.
  50. ECHO  SHOW bricks.pcx      Display the bricks screen in VGA format.
  51. ECHO  SAY welto            Play the "welcome to" speech.
  52. ECHO  SAY multi1           Play the " multimedia 1" speech.
  53. ECHO  KEY                  Wait for the user to press a key.
  54. ECHO.
  55. ECHO.  
  56. ECHO  Press any key to view and hear this example.
  57. key
  58. clr-text
  59.  
  60. show bricks.pcx
  61. say welto
  62. say multi1
  63. key
  64. textmode
  65. cls
  66. ECHO.
  67. ECHO  Now lets add a SCREEN EFFECT to this example.
  68. ECHO  ─────────────────────────────────────────────
  69. ECHO.
  70. ECHO  COMMAND   DESCRIPTION
  71. ECHO  ═══════   ═══════════
  72. ECHO.
  73. ECHO  ZOOM OUT  The ZOOM OUT command will shrink the graphic image into the
  74. ECHO            center of the screen.  This is just one of several screen
  75. ECHO            effects included in this package.
  76. ECHO.
  77. ECHO.
  78. ECHO. EXAMPLE              DESCRIPTION
  79. ECHO  ═══════              ═══════════
  80. ECHO.
  81. ECHO  SHOW bricks.pcx      Display the bricks screen in VGA format.
  82. ECHO  SAY welto            Play the "welcome to" speech.
  83. ECHO  SAY multi1           Play the " multimedia 1" speech.
  84. ECHO  KEY                  Wait for the user to press a key.
  85. ECHO  ZOOM OUT             Will collapse the screen into the center.
  86. ECHO.
  87. ECHO.  
  88. ECHO  Press any key to view and hear this example.
  89. key
  90. clr-text
  91.  
  92. show bricks.pcx
  93. say welto
  94. say multi1
  95. key
  96. zoom out
  97. textmode
  98. cls
  99. ECHO.
  100. ECHO.
  101. ECHO            ╔════════════════════════════════════════════════════════════╗
  102. ECHO            ║                                                            ║
  103. ECHO            ║   THAT'S IT - With these basic commands you can create     ║
  104. ECHO            ║   your talking slide show.  This is just a small example   ║
  105. ECHO            ║   of the capabilities of this new and innovative package.  ║
  106. ECHO            ║   Please view the User Manual for more information on      ║
  107. ECHO            ║   all of the Multimedia 1 commands and how to use them.    ║
  108. ECHO            ║                                                            ║
  109. ECHO            ╚════════════════════════════════════════════════════════════╝
  110. ECHO.
  111. ECHO                       Press any key to return to the Main Menu.
  112. KEY
  113. clr-text
  114.