home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / pwrprt.zip / README.1ST < prev    next >
Text File  |  1994-12-18  |  2KB  |  49 lines

  1. If this program is of use please register it by sending $10.00 (per
  2. printer controlled) to
  3.  
  4. Arthur F. Tyde
  5. 487 Sherwood #104
  6. Sausalito, CA 94965
  7. 415-241-8900
  8. argos@crl.com
  9.  
  10. POWER PRINTER CONTROL PROGRAM 0.10
  11.  
  12. Hello All, this small program will allow a IBM LAN Server or requester to
  13. turn a printer on when there are print jobs in a defined print queue.
  14.  
  15. A X-10 (Plug & Power) controller connected to COM2 is required.  You may
  16. edit the X10.CMD program if you want to use another COM port (see line 32
  17. in X10.CMD)
  18.  
  19. To install, make a subdirectory called PWRPRT and copy these files into it.
  20.  
  21.  
  22. To invoke this program from your servers STARTUP.CMD add the following.
  23.  
  24. CD\PWRPRT
  25. START PWRPRT E 1 GENERICP
  26.  
  27. Where E is the module letter, and 1 is the module number (you set these on
  28. X-10 modules) and GENERICP is the name of the queue you want to monitor.
  29.  
  30. You can have more then 1 instance of this program running if you wish to
  31. monitor multiple queues.
  32.  
  33. If you look at PWRPRT.CMD you'll see these lines.
  34.  
  35. warmup=60                        - Time to let printer warm up before
  36.                                    releasing the queue.
  37. offdelay=300                     - Time to wait before turning printer off
  38.                                    when queue is emptied.
  39. interval=30                      - How often to check the queue for jobs.
  40. logfile='C:\PWRPRT\PWRPRT.LOG'   - Where to store the log of jobs printed.
  41.  
  42. The values above are seconds.  You may edit these to suit your needs.  For
  43. example, you might want to increase offdelay if you have a slow (non-RISC)
  44. postscript printer or if your printer has a huge buffer.
  45.  
  46. Disclaimer- I offer no support for this program other then new releases
  47. to registered users.  This software is a definite first cut version so only
  48. people familiar with REXX and OS/2 LAN Server should install this software.
  49.