home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / pmlpd102.zip / pmlpd.doc next >
Text File  |  1993-10-25  |  2KB  |  49 lines

  1. pmlpd utility by Jens Glathe 10-25-93 
  2.  
  3. This program looks for a specified file to be created.  When the 
  4. file exists, a given process will be started.  The program waits 
  5. until the process has ended, and then it will erase the file and 
  6. wait for a new one. It was written as a daemon for ghostscript.
  7.  
  8. usage:
  9.  
  10. pmlpd <file_to_watch> <program_to_start> [args for program]
  11.  
  12. The file and the program have to be provided with the full path 
  13. on it.
  14.  
  15. Example (This is my Configuration for ghostscript.):
  16.  
  17. Program Object in Startup Folder:
  18.  
  19. Program: c:\utils\pmlpd.exe
  20. Parameters: d:\spool\print_it_to_epson.ps d:\ghostscript\gsos2a.exe -dNOPAUSE -dDISKFONTS -sDEVICE=epson -r360x180 -sPAPERSIZE=a4 -sOutputFile=lpt2 d:\spool\print_it_to_epson.ps quit.ps
  21. Path: d:\ghostscript
  22.  
  23. Pmlpd is a PM program. It doesn't appear in the task list.
  24.  
  25. Everybody is free to use and copy it, but not to modify it.
  26.  
  27. DISCLAIMER OF WARRANTIES:
  28.  
  29. (I don't write legal stuff in a foreign language, sorry):
  30. ----------------------------------------------------------------------
  31.  
  32. Ich uebernehme keinerlei Gewaehrleistung für korrekte Funktion oder
  33. irgendwelche daraus resultierenden Schaeden oder Folgeschaeden.
  34.  
  35. Bug reports, hints, suggestions etc.:
  36.  
  37. Send it to me:
  38.  
  39.         Internet:       jensajce@w271zrz.ZRZ.TU-Berlin.de
  40.  
  41.  
  42.         Normal letter:  Jens Glathe
  43.                         Keithstr. 36 Apt. 604
  44.                         D-10787 Berlin
  45.                         Germany
  46.  
  47.         Phone:          (030) 262 75 33
  48.  
  49.