home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 330.img / NPSLOONY.ZIP / LT.BAT < prev    next >
DOS Batch File  |  1989-09-25  |  249b  |  19 lines

  1. ECHO OFF
  2. simcga >nul
  3. cls
  4. showpic title.pic -c
  5. credit
  6. IF NOT EXIST print.flg GOTO BEGIN
  7. del print.flg
  8. :BEGIN
  9. ppower
  10. IF EXIST print.flg GOTO PRINT
  11. GOTO EXIT
  12. :PRINT
  13. printout
  14. del print.flg
  15. GOTO BEGIN
  16. :EXIT
  17. rmvcga >nul
  18. REM MSDOS Error
  19.