home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / LFONT501.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1991-08-21  |  333b  |  15 lines

  1. echo off
  2. cls
  3. echo.     
  4. echo.  Turn on printer.  
  5. echo.     
  6. echo.  If LPT1: is not the correct Printer Port edit this file before running.
  7. pause
  8. echo on
  9. LOADFONT /P=LPT1: CENTUSR0.18P 1 P P
  10. LOADFONT /P=LPT1: CENTUSR0.12P 2 P P
  11. LOADFONT /P=LPT1: CENTUSRB.12P 3 P S
  12. rem set left margin
  13. echo &a10L>prn
  14. copy demo.doc prn
  15.