home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdisk.zip / DEVMON / README < prev   
Text File  |  1993-01-06  |  747b  |  26 lines

  1. This program is furnished free courtesy of Frank Natoli of Discovery
  2. Data Systems.
  3.  
  4. Enclosed is a somewhat enhanced version of a 16-bit device monitor
  5. code. It does a few things which are probably irrelevant to you 
  6. (e.g. notify completion of monitor spooling via a named pipe).
  7.  
  8. You must create a \spool\fax direction for the monitor spool file.
  9.  
  10. You invoke it by typing:
  11.  
  12.     devmon16 [-v#] [input monitor device] [output notification pipe]
  13.  
  14. For example:
  15.  
  16.     devmon16 lpt1
  17.  
  18. Then send data to the monitor, e.g.:
  19.  
  20.     copy c:\config.sys lpt1
  21.  
  22. This example will suppress messages (verbose level 0), monitor device
  23. lpt1, and use the default named pipe for notification (don't care).
  24.  
  25. The spool file shows up in \spool\fax.
  26.