home *** CD-ROM | disk | FTP | other *** search
/ 3D Color Clip Art / 3D_Color_Clip_Art.bin / 3d-progs / flash! / printall.bat < prev    next >
DOS Batch File  |  1996-11-15  |  461b  |  17 lines

  1. echo off
  2. echo About to print FLASH! files.  Please be sure that there are 20
  3. echo or more blank sheets of paper available in you printer then ...
  4. PAUSE
  5. CD\
  6. CD FLASH!
  7. echo printing the file READ.ME
  8. copy READ.ME prn
  9. echo printing the file TEMPLATE.NUM
  10. copy TEMPLATE.NUM prn
  11. echo printing the file TEMPLATE.KEY
  12. copy TEMPLATE.KEY prn
  13. echo printing the file LICENSE.DOC
  14. copy LICENSE.DOC prn
  15. echo printing the file TUTORIAL.LST
  16. copy TUTORIAL.LST prn
  17.