home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / os2upsd.zip / readme.1st next >
Text File  |  1997-10-23  |  3KB  |  85 lines

  1. +--------------------------------------------+
  2. |OS/2 UPSd for Trust 400/650 Energy Protector|
  3. +--------------------------------------------+
  4.  
  5. Version 1.0 beta, 23rd of October 1997
  6.  
  7. Copyright (C) 1997 By Menno W. Pieters - The Netherlands
  8. m.w.pieters@twi.tudelft.nl (until approx may/june 1998)
  9.  
  10. This program is a UPS daemon for OS/2 and the Trust UPS 400 and 650 Energy 
  11. Protector. 
  12. Source code is included. The program is compiled with Borland C++ for 
  13. OS/2.
  14.  
  15. The information required to create this program has been obtained from the 
  16. Linux UPS-HOWTO, available at sunsite.unc.edu via ftp and on the Infomagic 
  17. Linux CD's (and several other sources).
  18. Special thanks to Mikael Wahlgren.
  19.  
  20. This version of the program is donated to the public domain, under the 
  21. conditions as stated in the General Public License of the Free Software 
  22. Foundation, version 2 or above.
  23.  
  24. The program has only been tested with OS/2 Warp 4.0 (a.k.a. 'Merlin')
  25.  
  26. +----------+
  27. |Disclaimer|
  28. +----------+
  29.  
  30. THIS SOFTWARE IS PROVIDED "AS IS", WITH NO WARRANTY OF ANY KIND, NOR 
  31. EXPRESSED OR IMPLIED. USE OF THE PROGRAM IS COMPLETELY AT YOUR OWN RISK.
  32. THE AUTHOR OR ANYONE ELSE CANNOT BE HELD RESPONISBLE FOR ANY DAMAGE CAUSED 
  33. BY OR WHILE USING THIS SOFTWARE.
  34.  
  35. OS/2 is a registered trademark of International Business Machines Corp.
  36. Borland is a registered trademark of Borland International, Inc.
  37. Trust is a registered trademark.
  38.  
  39. +-----------------------+
  40. |Additional requirements|
  41. +-----------------------+
  42.  
  43. First of all, the UPS itself, of course and a cable (do-it-yourself) to 
  44. signal the computer in case of power failure and power low and to signal 
  45. the UPS to turn off the power after system shutdown.
  46.  
  47. +------------+
  48. |Installation|
  49. +------------+
  50.  
  51. (1) Unpack the ZIP-file in a directory of your choice, if you haven't 
  52.     already done so. 
  53.  
  54. (2) If you want to recompile the stuff, be my guest. Otherwise proceed 
  55.     with the following.
  56.  
  57. (3) Copy the executable file UPSD.EXE to a suitable location, say 
  58.     C:\OS2\SYSTEM.
  59.  
  60. (4) Add a line to CONFIG.SYS (at or near the end; assuming you put the 
  61.     executable in the C:\OS2\SYSTEM directory):
  62.  
  63.     RUN=C:\OS2\SYSTEM\UPSD.EXE COMn
  64.  
  65.     (n can be any of 1, 2, 3, 4)
  66.  
  67. (5) Reboot and test your system.
  68.  
  69. -- If you would like to test it before installing, open an OS/2 command 
  70. prompt (windowed) and type:
  71.  
  72. [C:\] START /PM UPSD COMn
  73.  
  74. (replace n by any of 1, 2, 3, 4, depending on what port the UPS-cable is 
  75. connected to)
  76.  
  77. +----+
  78. |ToDo|
  79. +----+
  80.  
  81. (1) A nice graphical interface to the program, probably through a named 
  82.     pipe.
  83. (2) Make the code more readable!
  84.  
  85.