home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmkey5.zip / dos.txt < prev    next >
Text File  |  1995-09-23  |  2KB  |  32 lines

  1.  
  2.     PMKEY v0.5 includes DOS Box support. Just load keytsr
  3.     program in Dos Box.
  4.  
  5.     KEYTSR works just like PMKEY, hotkeys ALT+0 -> ALT+9, CTRL+0 ->
  6.     CTRL+9. Use left shift if you want to pass hotkey into your Dos
  7.     Program.
  8.  
  9.     If KEYTSR doesn't work with your favorite Dos program only thing
  10.     that i can say is "I'm sorry". I don't have time, and to be
  11.     honest, i don't have interest for Dos Box support. I don't know
  12.     much of TSR coding so don't expect much from KEYTSR, few people
  13.     have requested it that's why i coded KEYTSR. Personally i think
  14.     DOS should die, it's just so crappy operating system.
  15.  
  16.     Making working TSR is hard... Because DOS is single task operating
  17.     system two DOS program cannot call DOS API functions at the same
  18.     time, and Microsoft documentation sucks badly when it comes to TSR
  19.     programming. You have to use all kind tricks to make TSR program
  20.     work, so i'm sure that KEYTSR will not work with every program,
  21.     but what i tested it seemed to work very well.
  22.  
  23.     KEYTSR uses undocumented dos interrupt 034h, it gives address to
  24.     DOS BUSY FLAG, if BUSY FLAG is non-zero KeyTsr won't make popup,
  25.     what this means is sometimes KEYTSR doesn't seem to be working
  26.     all right. For example if you try to press hotkey button while
  27.     dos program is writing to disk KEYTSR will just ignore your
  28.     keypress.
  29.  
  30.     Anyway, KEYTSR works without any problems in my machine,
  31.     and with programs that i use. So have fun...
  32.