home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac_os2 / pmon2.zip / GSMON.CMD < prev    next >
OS/2 REXX Batch file  |  1994-06-04  |  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.