home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / dskcatfr.zip / DSKCAT.BAT < prev    next >
DOS Batch File  |  1993-02-12  |  179b  |  10 lines

  1. @echo off
  2. dsk
  3. if not exist scrap.dat goto end
  4. print scrap.dat /p
  5. echo Wait until printing is finished, and
  6. pause
  7. del scrap.dat
  8. :end
  9. echo Thanks for trying/using DSKCAT.
  10.