home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / DESQVIEW / MIXEDBAG.ZIP / KEYBOARD.DOC < prev    next >
Text File  |  1990-05-13  |  1KB  |  34 lines

  1. This program will do some keyboard functions, without needing to 
  2. terminate and stay resident.
  3.  
  4. This program is Copyright 1989, by David G. Thomas.
  5. I may be reached at the PowerSoft BBS  (404) 928-9294
  6.  
  7. You are free to use this program as you please, and distribute it
  8. to your friends.  I only ask that you do not alter the program, and
  9. you include this file when you pass it on.
  10.  
  11.  
  12.  
  13. Usage: KeyBoard <options>
  14.  
  15.   -STUff <key_string> (same as -WRITE)
  16.   -Write <key_string>
  17.        Stuff characters into the keyboard type-ahead buffer.
  18.        String may include [SSAA] or ^L where:
  19.        SS is scan code in hex
  20.        AA is ascii code in hex
  21.        ^L expands to control-L
  22.  
  23.         Some scan codes you may be interested in if you use DESQview:
  24.              [FC00] Is the {Desq} key
  25.              [FF00] Is the {Learn} key
  26.  
  27.  
  28.   -READY      Sets ERRORLEVEL to 1 if a key is ready and waiting
  29.  
  30.   -Flush      Delete all characters from the type-ahead buffer
  31.   -REPeat:n   Set the keyboard repeat rate on a scale from 1-8
  32.  
  33. By the way, this program will only work on a 80286 or 80386 based PC
  34.