home *** CD-ROM | disk | FTP | other *** search
/ Software Du Jour / SoftwareDuJour.iso / COMPUTER / PRINTER / IMP80.ARC / FONTDEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-09-25  |  210 b   |  10 lines

  1.  
  2. echo off
  3. cls
  4. echo            ImagePrint Fonts Demonstration
  5. echo              A font data file will be copied to LPT1:.
  6. echo              Make sure your printer is turned on.
  7. pause
  8. copy f.dat lpt1:
  9.  
  10.