home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / MULTIMED / MULTI20 / EXAMPLE7.BAT < prev    next >
DOS Batch File  |  1992-10-28  |  1KB  |  68 lines

  1. @echo off
  2. cls
  3. echo               This is an example for the SHOW-PCX command.
  4. echo             The effect type will be in the top left corner.
  5. delay 2
  6.  
  7. show-pcx mm1.pcx blind 
  8. echo BLIND 
  9. delay 2
  10. TEXTMODE
  11. show-pcx mm1.pcx drip 
  12. echo DRIP 
  13. delay 2
  14. TEXTMODE
  15. show-pcx mm1.pcx sand 
  16. echo SAND 
  17. delay 2
  18. show-pcx menu.pcx crush fast
  19. echo CRUSH 
  20. delay 2
  21. show-pcx mm1.pcx crush
  22. echo CRUSH 
  23. delay 2
  24. show-pcx menu.pcx diagonal fast
  25. echo DIAGNONAL 
  26. delay 2
  27. show-pcx mm1.pcx diagonal 
  28. echo DIAGONAL 
  29. delay 2
  30. show-pcx menu.pcx explode fast
  31. echo EXPLODE 
  32. delay 2
  33. show-pcx mm1.pcx explode
  34. echo EXPLODE 
  35. delay 2
  36. show-pcx menu.pcx spiral fast
  37. echo SPIRAL 
  38. delay 2
  39. show-pcx mm1.pcx spiral
  40. echo SPIRAL 
  41. delay 2
  42. show-pcx menu.pcx random fast
  43. echo RANDOM 
  44. delay 2
  45. show-pcx mm1.pcx random 
  46. echo RANDOM 
  47. delay 2
  48. show-pcx menu.pcx split fast
  49. echo SPLIT 
  50. delay 2
  51. show-pcx mm1.pcx split  
  52. echo SPLIT 
  53. delay 2
  54. show-pcx menu.pcx weave fast
  55. echo WEAVE 
  56. delay 2
  57. show-pcx mm1.pcx weave 
  58. echo WEAVE 
  59. delay 2
  60. show-pcx menu.pcx slide fast
  61. echo SLIDE 
  62. delay 2
  63. show-pcx mm1.pcx slide 
  64. echo SLIDE 
  65. delay 2
  66.  
  67. textmode
  68.