home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / utility / pwled110.zip / USER.DOC < prev   
Text File  |  1993-09-04  |  5KB  |  139 lines

  1. Documentation for Led.Exe. Last revision is 09-04-1993 for version 1.1x.
  2. Produced by Patrick T. Wolfert, (c) Copyright 1990,1993. All Rights Reserved.
  3.  
  4.  
  5.  
  6.  
  7. What is Led?
  8.  
  9. Led.Exe is a program which allows command-line control of the states of the
  10. three lock keys on AT-style keyboards. It modifies bits 0, 1, and 2 of memory
  11. location 40:17 for the scroll, num, and caps lock respectively turning the
  12. bit on to turn the lock on or the bit off to turn the lock off. On AT keyboards
  13. the lock settings are instantly reflected by the keyboard LEDs; For PC or XT
  14. keyboards I think the lock setting will change but the LED status will not.
  15.  
  16.  
  17.  
  18.  
  19. What is Led compatible with?
  20.  
  21. Led is written in the C programming language and compiled with the Microsoft
  22. C Optimizing Compiler version 6.00AX; The executable has been targeted for
  23. the 8086 processor meaning that it will run on any 80x86 or compatible
  24. processor. The executable should run under IBM DOS or MS DOS versions 2 and
  25. above or compatible. Led takes 10K bytes run-time memory and may be invoked
  26. by other programs.
  27.  
  28. Led may be run from any Virtual DOS Machine (or DOS Box) in OS/2 1.2+. It
  29. has been tested under OS/2 2.0 GA which allows each separate VDM to have
  30. its own Num, Caps, and Scroll lock setting. Led also runs correctly from
  31. DESQview which also allows individual windows to have their own settings if
  32. configured for it.
  33.  
  34.  
  35.  
  36. Instructions:
  37.  
  38. Led is simple to use. Simply invoke it by name with any applicable options
  39. on the command line. If no options are given Led will display a help message.
  40.  
  41.         Usage: led [option...]
  42.  
  43. Where option is a combination of 'c', 'n', or 's' for caps, num, or scroll lock
  44. and '+', or '-' to turn the LED(s) on or off. Off settings have precedence.
  45. Option may be 'b' to suppress the banner or 'h' or '?' to display help. Options
  46. may be placed in any order and may but need not be separated by a space.
  47.  
  48.  
  49.  
  50.  
  51. Examples:
  52.  
  53. Led c+ ns-      Turn caps on and num and scroll lock off.
  54. Led ns-c+       Does the same as above.
  55. Led n+ n- b     Turns the num-lock off (off settings have precedence) and
  56.                 disables display of the sign-on banner.
  57.  
  58.  
  59.  
  60.  
  61. The Disclaimer:
  62.  
  63. This software carries absolutely no warranty whatsoever, this program
  64. works on the author's system and is not guaranteed to work on anyone
  65. else's system. The owner/author, Patrick T. Wolfert, will not be held
  66. liable for any damages caused by this program to any system.  If you are
  67. in doubt as to this program's suitability for your computer system then
  68. simply do not run it!
  69.  
  70.  
  71.  
  72.  
  73. The License:
  74.  
  75. This program is free for non-commercial use; Any commercial use of this
  76. program requires payment of after a reasonable trial period not to exceed
  77. thirty (30) days. The program (Led.Exe) is distributed as shareware, meaning
  78. that you are encouraged to try it out on your own system and to pass it along
  79. to as many others as you would like to, but that after a reasonable trial
  80. period, not to exceed one month of use you are required to pay for it's
  81. continued use if used as indicated previously. Non-commercial users are
  82. encouraged to support shareware by paying for the program if they find it a
  83. useful addition to their computer system.
  84.  
  85. Payment is five dollars ($5) per computer which will have its keyboard status
  86. settings modified by Led payable in United States currency/check/MO, etc...
  87.  
  88. Please remit to:
  89.         Patrick T. Wolfert
  90.         580 Main Street, Suite 1320
  91.         New York, N.Y., 10044
  92.  
  93. Multiple computer licensing information is available upon request.
  94.  
  95. Any license granted applies to all past, present, and future editions of Led.
  96.  
  97.  
  98.  
  99.  
  100. Revision History:
  101.  
  102.     04-15-90            First version for MS C 5.1.
  103.     08-21-90    1.0     Modified for MS C 6.0 and help added.
  104.     09-03-93    1.10    Corrected a help typo. Version stuff added.
  105.                         Options to suppress banner and request help added.
  106.                         First production version as EXE instead of COM.
  107.  
  108.  
  109.  
  110.  
  111. Questions, Comments, Suggestions, or Criticisms?
  112.  
  113. They are all welcome, send them to me at:
  114.  
  115.         Granny's Remote Bulletin Board System
  116.         (212) 371-5462 U.S. Robotics Courier HST 14.4kbps
  117.  
  118.         -or-
  119.  
  120.         Patrick T. Wolfert
  121.         580 Main Street, Suite 1320
  122.         New York, N.Y., 10044
  123.  
  124. Hopefully Led can help to make using your computer more efficient and
  125. enjoyable than it otherwise would have been.
  126.  
  127.  
  128.  
  129.  
  130. Copyrights, Trademarks, and other protections:
  131.  
  132.         IBM DOS is property of IBM Corporation.
  133.         IBM OS/2 is property of IBM Corporation.
  134.         MS DOS is the property of MicroSoft Corporation.
  135.         The MS C Optimizing Compiler is property of MicroSoft Corporation.
  136.         DESQview is property of Quarterdeck Office Systems, Inc.
  137.         The Led program is property of Patrick T. Wolfert.
  138.  
  139.