home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / lib_link.zip / TYPETXT.BAT < prev   
DOS Batch File  |  1987-12-05  |  290b  |  14 lines

  1. echo off
  2. cls
  3. echo Align paper perf with top of print head preparing to print LIB&LINK.TXT.
  4. echo The documentation is seven pages in length.
  5. echo .
  6. echo Press CTRL-C to exit 
  7. pause
  8. cls
  9. echo PRINTING LIB&LINK.TXT
  10. type lib&link.txt>prn
  11. cls
  12. echo PRINTING COMPLETED.........
  13. pause
  14.