home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 330.img / NPSLOONY.ZIP / PP.BAT < prev    next >
DOS Batch File  |  1989-02-28  |  220b  |  17 lines

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