home *** CD-ROM | disk | FTP | other *** search
/ Home Entertainment Cube …hildren's Shareware Games / CHILDREN.ISO / firework / expgdemo.bat < prev    next >
DOS Batch File  |  1990-01-21  |  863b  |  28 lines

  1. rem   The parameters for these demos were chosen for the best 
  2. rem   effect on a 8Mhz XT with HGC or EGA graphics.  You should 
  3. rem   put in or increase the -d parameter for faster machines.   
  4. rem   For CGA, reduce the size of the -x and -y parameters.
  5. rem
  6. rem   You can press ESC during each demo to skip it.
  7. rem
  8.  
  9. expgen -sr -p300 -x250 -y150 -t1 >temp
  10. explod -s8 -d1 -n30 temp
  11. expgen -sr -p300 -x250 -y150 -t12 >temp
  12. explod -s2 -d10 -n9 temp
  13. expgen -sr -p75 -t10 >temp
  14. explod -s20 -n80 temp
  15. expgen -sr -p200 -x150 -y100 -t8 >temp
  16. explod -s8 -w150 -n40 temp
  17. expgen -sr -p300 -x300 -y180 -t8 >temp
  18. explod -s4 -g40 -n20 temp
  19.  
  20. expgen -st -p75 -x300 -y100 -t3 >temp
  21. explod -s30 -d1 -n150 temp
  22. expgen -sx -p75 -x250 -y150 -t10 >temp
  23. explod -s20 -n100 temp
  24. expgen -s+ -p300 -x300 -y180 -t8 >temp
  25. explod -s8 -g40 -w-300 -n40 temp
  26.  
  27. del temp
  28.