home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / PRINTMON / GSMON.CMD < prev    next >
OS/2 REXX Batch file  |  1994-02-25  |  207b  |  8 lines

  1. @echo off
  2. rem how to use the printer device monitor with GS
  3. setlocal
  4. set gs_lib=c:/ghost/lib;c:/psfonts
  5. set gs_load=10
  6. printmon lpt2 "gs -sDEVICE=ljet3 -sPAPERSIZE=a4 -sOUTPUTFILE=lpt1 -q -"
  7. endlocal
  8.