home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / dos / f11f12.lzh / F11F12.DOC < prev   
Text File  |  1987-03-08  |  2KB  |  50 lines

  1. DOCUMENTATION FOR F11F12.COM VERSION 2.0 --  3/8/87
  2.  
  3. Copyright (C) 1987 Chip Rabinowitz
  4. All Rights Reserved
  5.  
  6. Use this software at your own risk.  The author makes no
  7. warranties, guaranties, either explicit or implied, concerning
  8. this software.  Released with no distribution restrictions.
  9.  
  10.  
  11. This is a simple-minded little keystroke replacement program for the F11 and
  12. F12 keys on IBM's Enhanced Keyboard.  It will load itself as a resident
  13. program the first time it is used.
  14.  
  15. The syntax for F11F12.COM is:
  16.     F11F12 /1=string1 /2=string2
  17.  
  18.     where string1 and string2 are the strings you wish placed in the
  19.     keyboard buffer when you hit F11 and F12.  These strings may be
  20.     up to 30 characters in length.
  21.  
  22. For example:
  23.     F11F12 /1=ZAPCIS N /2=BASICA
  24.  
  25.     would result in F11 starting ZAPCIS and going on-line for NEW msgs,
  26.     and F12 would load BASICA.
  27.  
  28. These routines can successfully insert keystrokes into the buffer for *any*
  29. program that does not replace either Interrupt 9 or Interrupt 16.
  30.  
  31. In addition, the shifted F11 and F12 keys (Shift, Control or Alt), are enabled
  32. for use with ANSI.SYS. Use replacement strings such as 
  33.     ESC[0;135;"CHKDSK";13p
  34. where the key to replace falls in the following chart:
  35.     Shift-F11 - 135
  36.     Shift-F12 - 136
  37.     Ctrl-F11  - 137
  38.     Ctrl-F12  - 138
  39.     Alt-F11   - 139
  40.     Alt-F12   - 140
  41.  
  42. Questions and comments should be sent to:
  43.     Chip Rabinowitz
  44.     51 East Rogues Path
  45.     Huntington Station, NY 11746
  46.  
  47.     Compuserve ID 76703,350
  48.  
  49. PS -- I ain't gonna beg.  If you like and use this, send something.
  50.