home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / TECLADO / KBD.ZIP / KBD.DOC next >
Encoding:
Text File  |  1990-11-17  |  8.6 KB  |  261 lines

  1. Computer Tyme KBD * Copyright 1990 by Marc Perkel
  2. All Rights Reserved * Version 1.1 * Release Date: 11-17-90
  3.  
  4. Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  5. (800) 548-5353 Sales * (417) 866-1222 Voice * (417) 866-1665 Data
  6.  
  7. This program is used to control several keyboard functions. It is
  8. typically used in BATCH files. It can control the Caps Lock,
  9. Num Lock, and Scroll Lock. It can also lock and unlock the keyboard
  10. preventing users from interrupting programs. It can stuff up to 16
  11. characters into the DOS keyboard buffer or clear the keyboard buffer.
  12.  
  13. This is a shareware program. If you use it you must pay for it.
  14. Pricing is as follows:
  15.  
  16.    1         -  $10
  17.    10        -  $25
  18.    100       - $100
  19.    Unlimited - $250 call for details
  20.  
  21. This program is included free with other Computer Tyme Software
  22. such as MarxMenu and the DOS ToolBox.
  23.  
  24. KBD commands are as follows:
  25.  
  26.    CapsOn    - Turns Caps Lock On.
  27.    CapsOff   - Turns Caps Lock Off.
  28.    NumOn     - Turns Num Lock On.
  29.    NumOff    - Turns Num Lock Off.
  30.    ScrollOn  - Turns Scroll Lock On.
  31.    ScrollOff - Turns Scroll Lock Off.
  32.    Clear     - Clears all Characters from the Keyboard Buffer.
  33.    Lock      - Locks the Keyboard.
  34.    UnLock    - Unlocks the Keyboard.
  35.    Show      - Shows Keyboard Codes that can be Stuffed.
  36.    0..31     - Sets Keyboard Repeat Rate. 0 = Fastest
  37.  
  38. Examples:
  39.    KBD CapsOn NumOn  ;Turns both the Caps Lock and Num Lock on.
  40.    KBD Clear Lock    ;Clears the buffer and locks the keyboard.
  41.  
  42. Stuffing the keyboard buffer is accomplished by putting strings in
  43. either single or double quotes. Putting a "^" in front of a letter
  44. sends the control character to the keyboard buffer. Putting a "$"
  45. in front sends the keyboard value to the buffer.
  46.  
  47. There are a few key words that stuff characters into the buffer.
  48.  
  49.    F1..F10, SF1..SF10, AF1..AF10, CF1..CF10
  50.    Alt-A..Alt-Z, Alt-1..Alt-0, CR, ESC, TAB, LF, FF
  51.  
  52. Examples:
  53.    KBD "Dir" CR  ;Stuffs the buffer with the DIR command
  54.                   and a carridge return.
  55.    KBD "Dir" ^M  ;Same as above.
  56.    KBD $3B00     ;Stuffs F1 key into the buffer
  57.  
  58.    KBD ALT-X F1 6 NumOn "Free" CR
  59.  
  60.    This stuffs AltX, F1, "Free", and a carridge return
  61.    in the keyboard buffer. It sets Num Lock to On and sets the
  62.    keyboard repeat rate to 6.
  63.  
  64.  
  65.       Information and order forms:
  66.  
  67.       ======================================================
  68.  
  69.       The Computer Tyme Dos ToolBox... Makes DOS easier for the novice,
  70.       more powerful for the professional.
  71.  
  72.       DIRECTORY MASTER is a powerful hard disk managment utility. It
  73.       brings up your hard disk files and allows you to mark selected
  74.       files so you can copy them, delete them, or move them. It also
  75.       allows you to rename files, change dates, and change attributes.
  76.       You can also run programs or set up your function keys to run
  77.       programs on selected files.
  78.  
  79.       DOLIST makes being at DOS easier. It gives you full line editing,
  80.       like a word processor, for your commands. It also stores commands
  81.       so that you can re-execute them. It remembers subdirectories and
  82.       allows you to go back to them by pressing the TAB key. It offers
  83.       programmable function keys, DOS extensions, multiple execution,
  84.       and many more features you have got to have.
  85.  
  86.       PICK DIRECTORY allows you to move through the directory system by
  87.       displaying a graphic tree and letting you use your arrow keys to
  88.       move around. It also lets you create, delete, rename, and hide
  89.       directories.
  90.  
  91.       TEDIT (from SemWare) is a powerful, easy to use full screen
  92.       editor.
  93.  
  94.       MARXTSR is a set of memory and TSR management utilities that let
  95.       you load and unload TSRs (Terminate and stay resident programs)
  96.       from memory. Utilities to list menory allocation and turn TSR's
  97.       on and off.
  98.  
  99.       And many more ... Also includes is D, a fancy directory listing
  100.       program; WHEREIS, for finding stuff on you hard disk, SORT, MOVE,
  101.       FIND, FREE, PIPEDIR, VERSION, and many more.
  102.  
  103.       The Dos Toolbox sells for $59.95.
  104.  
  105.       ======================================================
  106.  
  107.       We are also selling QEdit from Semware. QEdit is a professional
  108.       editor from Semware. TEdit is a mini version of QEdit. If you
  109.       like TEdit, You'll love QEdit.
  110.  
  111.       1-800-548-5353 Order Line
  112.       1-417-866-1222 Voice Line
  113.       1-417-866-1665 BBS Data line * 1200/2400 * 8N1 * ANSI or VT100
  114.  
  115.       
  116.       MARXMENU:
  117.  
  118.       For the menu user who is interested in POWER!
  119.  
  120.       MarxMenu version 1.99 is a menu system that uses NO RAM. MarxMenu
  121.       is compatible with all networks and contains a powerful menu
  122.       language. This language gives you complete screen control as well
  123.       as conditional menus. Math and string functions as well as
  124.       multidimensional arrays are supported. MarxMenu can read
  125.       environment variables, ports, ram locations, time, dates, the
  126.       contents of text files, ect. and make decisions on them.
  127.  
  128.       Screen control includes multi-layer exploding windows with
  129.       unlimited number of selections and unlimited windows. 43/50 line
  130.       ega and vga modes are supported. MarxMenu contains a screen
  131.       blanker, password security on anything, keyboard lockout.
  132.       MarxMenu can run programs while staying resident and read the dos
  133.       errorlevel codes they return or marxmenu can return custom
  134.       errorlevel codes to a calling program or batch file. MarxMenu can
  135.       view text files in a window, read text files into an array and
  136.       let you choose a line from that array in a window. MarxMenu can
  137.       write string arrays to text files.
  138.  
  139.       This menu system is targeted at the user whose primary interest
  140.       is POWER! Here is a simple sample of what MarxMenu script looks
  141.       like:
  142.  
  143.       ==========================================
  144.  
  145.       ;This menu is a sample of a simple menu.
  146.       ;To run this menu type 'MARX SAMPLE'
  147.  
  148.       TextColor Yellow Red
  149.       ClearScreen
  150.       BoxBorderColor Green Blue
  151.       BoxInsideColor Yellow Blue
  152.       DrawBox 25 7 32 13
  153.       WriteCenter '* Sample Menu *'
  154.       Writeln
  155.       Writeln
  156.       Writeln '   A - Directory'
  157.       Writeln '   B - Wide Directory'
  158.       Writeln '   C - Run ChkDsk'
  159.       Writeln '   D - Type Menu to Screen'
  160.       Writeln '   E - Edit This Menu'
  161.       Writeln '   F - Drop to Dos'
  162.       Writeln ' Esc - Exit'
  163.       Writeln
  164.       Write ' Select: '
  165.  
  166.       OnKey 'A'
  167.          DIR
  168.          Pause   ;Lets you see the directory before screen clears
  169.  
  170.       Onkey 'B'
  171.          DIR/W
  172.          Pause
  173.  
  174.       OnKey 'C'
  175.          CHKDSK
  176.          Pause
  177.  
  178.       OnKey 'D'
  179.          TYPE SAMPLE.MNU|MORE
  180.          Pause
  181.  
  182.       OnKey 'E'
  183.          TEDIT SAMPLE.MNU
  184.  
  185.       OnKey 'F'
  186.          @Echo To Return to the SAMPLE menu type EXIT
  187.          @Echo .
  188.          COMMAND
  189.  
  190.  
  191.       MarxMenu comes with TEDIT and MARXTSR manager and a few goodies
  192.       out of the DOS ToolBox.
  193.  
  194.       ==========================================
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.         Make Check            Computer Tyme            Order Form 2.7
  208.         Payable To:    411 North Sherman Suite 300
  209.                           Springfield Mo. 65802
  210.                      (417) 866-1222  (800) 548-5353
  211.  
  212.  
  213.         Please send me the Computer Tyme Software.
  214.  
  215.         =============================================================
  216.  
  217.         Name:        ________________________________________________
  218.  
  219.         Address:     ________________________________________________
  220.  
  221.         City/St/Zip: ________________________________________________
  222.  
  223.         Phone:       ________________________________________________
  224.  
  225.         Computer:    ________________________________________________
  226.  
  227.         Got From:    ________________________________________________
  228.  
  229.         Comments:    ________________________________________________
  230.  
  231.                      ________________________________________________
  232.  
  233.                      ________________________________________________
  234.  
  235.  
  236.         ___ Enclosed is $59.95 for The DOS ToolBox.
  237.  
  238.         ___ Enclosed is $59.95 for MarxMenu.
  239.  
  240.         ___ Enclosed is $99.95 for Both.
  241.  
  242.         ___ Enclosed is $49.95 for QEdit (from SemWare).
  243.  
  244.  
  245.         Network licenses are sold on a per fileserver basis.
  246.  
  247.         ___ Enclosed is $495 for The DOS ToolBox network version.
  248.  
  249.         ___ Enclosed is $495 for MarxMenu network version.
  250.  
  251.         ___ Enclosed is $750 for Both network version.
  252.  
  253.  
  254.         ___ Add $3.00 for Shipping and Handling.
  255.  
  256.         ___ I need 3 1/2 Inch Media.
  257.  
  258.  
  259.         =============================================================
  260.  
  261.