home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / scrimag2.zip / SCRIMANS.BAT < prev    next >
DOS Batch File  |  1988-04-21  |  313b  |  20 lines

  1. echo off
  2. isansi
  3. if errorlevel 1 goto ansiok
  4. echo 
  5. echo sorry, you must have ANSI.SYS (or equivalent) installed to run this demo
  6. pause
  7. goto end
  8. :ansiok
  9. type latenite.ans
  10. pause >nul
  11. type city.ans
  12. pause >nul
  13. type banner.ans
  14. pause >nul
  15. type atlast.ans
  16. pause >nul
  17. type insane.ans
  18. pause >nul
  19. :end
  20.