home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / ANS2COM.ZIP / STACKEM.BAT < prev    next >
DOS Batch File  |  1992-09-12  |  535b  |  25 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo Use ANS2COM to convert the ANSIs in this package
  6. echo to COM files, then . . .
  7. echo  
  8. echo CHANGE GRAPHIC SCREENS WITH THE ESC KEY
  9. echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. echo (Missing COM files will produce brief error messages)
  11. echo  
  12. echo Press any key for 1st graphic . . .
  13. pause>nul
  14. mm
  15. billy
  16. belinda
  17. balloons
  18. party
  19. woman
  20. martian
  21. sphinx
  22. camel
  23. cls
  24. :NOTE - If you try to write a similar batch file, the blank
  25. :       lines are created by echoing decimal character No.255.