home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / DJTOOLS.ZIP / DEMO.BAT next >
Encoding:
DOS Batch File  |  1989-10-27  |  666 b   |  18 lines

  1. REM   To download soft fonts to the DeskJet, use the font name along with
  2. REM   the desired font number (/1).  Use the /P to keep the font during
  3. REM   a printer reset.   For example, the following downloads several
  4. REM   font files to the DJ and then prints using them.   
  5. REM
  6. REM   The download program was supplied as part of Mr. Moody's LJ2DESK
  7. REM   demonstration program.  I have included it here to help new users
  8. REM   evaluate the deskjet soft fonts.    Please see the PRODUCTS.TXT
  9. REM   file for ordering info.    JS
  10.  
  11. DLOAD AME10RPN.DJP /1 /P
  12. DLOAD AME10IPN.DJP /2 /P
  13. DLOAD AME12RPN.DJP /3 /P
  14. DLOAD AME18RPN.DJP /4 /P
  15. COPY TESTPRNT LPT1
  16.  
  17.  
  18.