home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msk314.pkz / KEYBOARD / WPGGOLD.DOC < prev   
Text File  |  1994-11-14  |  2KB  |  43 lines

  1. WPGGOLD FOR DOS (PREVIOUSLY WPCGOLD).
  2.  
  3. COPYRIGHT 1992-1994, NOVELL INC., OREM, UTAH,  ALL RIGHTS RESERVED
  4.  
  5. COPYING AND MODIFICATION IS PERMITTED, AS LONG AS THE ORIGINAL COPYRIGHT
  6.   MESSAGE IS PRESERVED AND MODIFICATIONS ARE CLEARLY MARKED.  USE THIS
  7.   PROGRAM AT YOUR OWN RISK.  NO LIABILITY IS ACCEPTED BY NOVELL INC.
  8.  
  9. This TSR causes real (unique) NumLock scan code to be returned to DOS instead
  10. of toggling the NumLock state.  It is not perfect, but it works.  As seen
  11. from MS-DOS Kermit, the scan code is \325.  This differs from the GOLD.COM
  12. program, which replicates the F1 key scan code, \315.  Thus with WPGGOLD.COM
  13. you can use your F1 and Num Lock keys for different things.
  14.  
  15. WPGGOLD.COM should be placed into a directory with the other programs, such
  16. as Kermit, with which it is to be used.
  17.  
  18. This program must be (re)loaded onto the DOS machine after each reboot before
  19. it can be used.  This can be accomplished by executing the following command
  20. from the DOS prompt and/or adding it to your AUTOEXEC.BAT file:
  21.  
  22.     WPGGOLD LOAD
  23.  
  24. This loading should never be done from a program or a secondary DOS session
  25. created on top of a running program.  Loading this TSR consumes about 800
  26. bytes of conventional memory which is never returned to the DOS session.
  27.  
  28. When first loaded, the interception of the NumLock key will be disabled.
  29. After it is loaded, the TSR's NumLock interception and reporting may be
  30. enabled at any time with the following command:
  31.  
  32.     WPGGOLD ENABLE
  33.  
  34. and disabled at any time with the following command:
  35.  
  36.     WPGGOLD DISABLE
  37.  
  38. These commands are automatically executed by the vmswp313.ini Kermit 3.13
  39. keymapping script if WPGGOLD.COM is on the executable environment path, has
  40. been loaded, and "set terminal apc unchecked" has been performed.
  41.  
  42. (End of WPGGOLD.DOC)
  43.