home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / TECLADO / FASTKEY2.ZIP / README.TXT < prev   
Encoding:
Text File  |  1989-03-20  |  1.4 KB  |  34 lines

  1. **** This program only works on AT compatibles (286/386) ****
  2. **** It has not been extensively tested on a myriad of   ****
  3. **** computers and has no warranty.  It works great on   ****
  4. **** my AST Premium/286 and ALR Flexcache(20mHz).  I ran ****
  5. **** it as is on a PS/2 model 70 and it didn't seem to   ****
  6. **** speed much up... I run this from my AUTOEXEC.BAT    ****
  7.  
  8.  
  9.      I wrote this because I work in a 132x44 video mode and
  10. I like to be able to get around on the screen quickly.  I am
  11. sure this program has be written a thousand times over but I
  12. didn't have a copy so I did it myself.  It took less time to
  13. write it that it would to find it on a BBS. (About 5 min.)
  14. It's FREE(Public Domain) whatever...  I've included the
  15. source code so that you can see how simple it is and easy to
  16. use.  I used Turbo Pascal 5 but I am sure that this can be
  17. done in any language that supports dos/bios interrupts.  If
  18. you want to look it up in your DOS programmers reference it
  19. calls INT 16h Function 03h.
  20.  
  21.                                 Later,
  22.                                    Jim Lawhon
  23.  
  24.  
  25. If for some reason you feel you need to, I can be contacted on
  26.  
  27. The Forbin Project or Channel One Communications.
  28.  
  29.  
  30.  
  31. ...  I have also written this program in Turbo C 1.5.  The executable
  32. version is the Turbo Pascal file as it was smaller than the TC 1.5 .EXE
  33. file.  Just another example of the same function...
  34.