home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GRAPHICS / MULTI20.ZIP / MULTI2.EXE / EXAMPLE8.BAT < prev    next >
DOS Batch File  |  1994-01-02  |  1KB  |  54 lines

  1. @echo off
  2. rem         This is the CLEAR examples for Multimedia 1
  3.  
  4.  
  5. show-pcx mm1.pcx blind
  6. clear mm1.pcx blind
  7.  
  8. show-pcx mm1.pcx drip 
  9. clear mm1.pcx fade 
  10.  
  11. show-pcx mm1.pcx sand
  12. clear mm1.pcx fade 
  13.  
  14. show-pcx menu.pcx crush fast
  15. clear menu.pcx crush
  16. show-pcx mm1.pcx crush 
  17. clear mm1.pcx crush
  18.  
  19. show-pcx menu.pcx diagonal fast
  20. clear menu.pcx diagonal 
  21. show-pcx mm1.pcx diagonal
  22. clear mm1.pcx diagonal
  23.  
  24. show-pcx menu.pcx explode fast
  25. clear menu.pcx explode
  26. show-pcx mm1.pcx explode 
  27. clear mm1.pcx explode
  28.  
  29. show-pcx menu.pcx spiral fast
  30. clear menu.pcx spiral
  31. show-pcx mm1.pcx spiral
  32. clear mm1.pcx spiral 
  33.  
  34. show-pcx menu.pcx random fast
  35. clear menu.pcx random
  36. show-pcx mm1.pcx random
  37. clear mm1.pcx random
  38.  
  39. show-pcx menu.pcx split fast
  40. clear menu.pcx split
  41. show-pcx mm1.pcx split
  42. clear mm1.pcx split
  43.  
  44. show-pcx menu.pcx weave fast
  45. clear menu.pcx weave
  46. show-pcx mm1.pcx weave
  47. clear mm1.pcx weave
  48.  
  49. show-pcx menu.pcx slide fast
  50. clear menu.pcx slide
  51. show-pcx mm1.pcx slide
  52. clear mm1.pcx slide
  53.  
  54.