home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / KEYBOARD / KSET.ZIP / KSET.DOC < prev    next >
Encoding:
Text File  |  1992-01-09  |  4.4 KB  |  104 lines

  1.                     K   K    SSSSS    EEEEEE   TTTTTTTTT
  2.                     K  K     S   S    E            T
  3.                     K K      S        E            T
  4.                     KK       SSSSS    EEEEEE       T
  5.                     K K          S    E            T
  6.                     K  K     S   S    E            T
  7.                     K   K    SSSSS    EEEEEE       T
  8.  
  9. Copyright 1992--Jeffrey W. Spencer
  10. -----------------------------------------------------------------------------
  11. Greetings, and welcome to Kset 1.0!  Kset is a public domain product, so you
  12. can send me your loose change, party invitations, deeds to small kingdoms, 
  13. etc. to the following address:
  14.  
  15. Jeffrey W. Spencer
  16. Rt. 5 Box 603
  17. Rolla, MO  65401-9220
  18.  
  19. I prefer the money and the small kingdoms, but I would really like to hear  
  20. from you, even if it means only a postcard.  This is my first public domain    
  21.  
  22. product, so I'm testing the waters. 
  23. -----------------------------------------------------------------------------
  24. Kset 1.0 is a utility that sets the function keys of your keyboard to user-
  25. defined commands.  It makes use of an external definition file so the keys
  26. can be changed by simply calling another external file.  Kset 1.0 can not
  27. only be called from the command line, but can be placed in the autoexec.bat
  28. file to be called at boot time.
  29. -----------------------------------------------------------------------------
  30. Installation of Kset 1.0 is quite simple.  All you need to do is follow these
  31. easy steps:
  32.   1)  Make sure that ANSI.SYS is installed according to the directions in 
  33.       your dos manual.  Kset 1.0 uses ANSI escape sequences and will not 
  34.       work without it being installed.
  35.  
  36.   2)  Create a text file of any name in this form:  
  37.            01:cls
  38.            02:dir /w
  39.            04:help
  40.            11:park
  41.            12:dir /p
  42.            @
  43.       For our purposes we will call this file KSET.DAT.  Please make sure 
  44.       and add the @ symbol to the end or the program will not function
  45.       properly.
  46.  
  47.    3) Let's say we have KSET.EXE in our D:\UTIL directory and our KSET.DAT
  48.       in our C:\ (root) directory.  To activate Kset 1.0 from the command
  49.       line you would simply type 
  50.              D:\UTIL\KSET C:\KSET.DAT
  51.       This will activate Kset 1.0 with the configuration in KSET.DAT.
  52.       In our case it would set the function keys as follows:
  53.          Key             Execute
  54.          ---             -------
  55.          F1               cls
  56.          F2               dir /w
  57.          F4               help
  58.          F11              park
  59.          F12              dir /p
  60.       
  61.       F1, F2, and F12 use dos internal commands, the other keys are set to 
  62.       external EXE files.  You can also set a function key to edit certain 
  63.       files or to bring up your favorite word processor with a document you wish 
  64.       to view.  For example, you might want to set F9 and F10 as follows:
  65.              09:WP D:\DOCS\report.doc
  66.              10:edlin c:\autoexec.bat
  67.              @
  68.  
  69.    4) You can also place D:\UTIL\KSET C:\KSET.DAT as a line in your  
  70.       autoexec.bat file and it will be called at boot time.
  71. ----------------------------------------------------------------------------
  72.    
  73.    notes:  If you try to set a function key other than F1-F12 the program 
  74.            will abort when it reaches that key.  All previous definitions
  75.            within that file will still be in effect.
  76.             
  77.            If you do not have F11 or F12 and try to set them nothing will
  78.            happen.  Execution will continue uninterrupted.
  79.             
  80.            Calling a new key configuration file will not reset the keys  
  81.            that were previously defined if they are not defined in the
  82.            new file.
  83.  
  84.            
  85. ----------------------------------------------------------------------------
  86. Intended Updates:
  87.  
  88. I do plan on updating Kset.  Here are some of my plans:
  89.    1) detect ansi.sys and abort if not installed
  90.    2) allow multiple commands for a function key
  91.    3) an exe file that creates your data files for you
  92.    4) detecting whether the F11 and F12 keys exist and 
  93.       printing an error msg if they are assigned and don't
  94.       exist.
  95.    
  96. I also plan on creating a new exe that will allow the entire keyboard to 
  97. be redefined.
  98. -----------------------------------------------------------------------------
  99. Thank you for your interest in Kset 1.0 and I hope I hear from you!
  100.  
  101. --Jeffrey W. Spencer
  102.  
  103.  
  104.