home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac_os2 / pmon2.zip / HPPRINT.DOC < prev    next >
Text File  |  1994-06-04  |  2KB  |  39 lines

  1. HPPRINT is a small program to send data to a HP printer connected via
  2. network and a HP JetDirect card (in the printer). It can be used
  3. together with PRINTMON to redirect an OS/2 printer queue to the
  4. network connected printer. A sample usage is:
  5.  
  6.     PRINTMON lpt1 "HPPRINT -h laser"
  7.  
  8. where lpt1 is the port to redirect and laser is the "host name" of
  9. your printer. It must be defined in your hosts file or by your domain
  10. name server. Alternatively it can be an IP address in dotted-decimal
  11. notation. Optionally, the program accepts a port number with the -p
  12. option, it can be either a port name defined in the services file or a
  13. directly specified number.
  14.  
  15. Note that to get your printer working you must have a bootpd server
  16. daemon running on some machine in the LAN and have a proper definition
  17. for your printer in the bootptab file. Example:
  18.  
  19.   global.dummy:\
  20.       :sm=255.255.255.0:\
  21.       :hd=/bootpd/trypd:bf=null:\
  22.       :ds=1.1.1.6:
  23.  
  24.   laser.your.domain: tc=global.dummy: ht=ethernet:\
  25.        ha=080009568a6f: ip=1.2.3.4: hn:
  26.  
  27. Please don't ask me in case of problems, there can be too many. Make
  28. sure you can ping your printer before attempting to use HPPRINT.
  29.  
  30. The program requires the EMX runtime DLL's, get the latest emxrt.zip
  31. which contains it. It also requires the IBM TCP/IP 2.0 socket DLL's
  32. (tcp32dll.dll and so32dll.dll).
  33.  
  34. This program is freeware. The author is not responsible in any way for
  35. any problem caused by it, even if the program is used correctly.
  36.  
  37. Kai Uwe Rommel
  38. rommel@ars.muc.de
  39.