home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / GRAPHICS / XLSHOW.ZIP / GO2.BAT < prev    next >
DOS Batch File  |  1993-12-25  |  1KB  |  36 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo               This special batch file automatically cycles through
  8. echo               more than one "smoothy" to allow the use of varying
  9. echo               font styles.  To exit press Ctrl + C (i.e.: press the 
  10. echo               Ctrl key and the letter C key simultaneously).  When the
  11. echo               words "Terminate batch job?" appear, press Y.
  12. echo  
  13. echo               After running this display you should reset your system
  14. echo               font and video mode by running EGA.COM if you have an
  15. echo               EGA monitor, or VGA.COM if you have VGA or SVGA.
  16. echo  
  17. echo               The file NONESUCH.DEB must be present.
  18. echo  
  19. echo               Take a look at GO2.BAT and model your own batch file on
  20. echo               this one if you want to use more than one font style.
  21. echo  
  22. echo  
  23. echo  
  24. echo  
  25. pause
  26. break on
  27. :without the 'break on' command it is nearly impossible to exit
  28. :thetop
  29. smoothy7
  30. xl-show bulletin nonesuch
  31. smoothy6
  32. xl-show special nonesuch
  33. smoothol
  34. xl-show word2 nonesuch
  35. goto thetop
  36.