home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / v11n10 / sprint.doc < prev    next >
Text File  |  1992-04-30  |  2KB  |  43 lines

  1. SPRINTER.COM (Version 1.0)
  2.  
  3. ------------------------------------------------------------------------
  4. Douglas Boling                                  May 26, 1992 (Utilities)
  5. ------------------------------------------------------------------------
  6.  
  7. SPRINTER:     Speeds-up cursor and PgUp and PgDn movement when a
  8. user-selected accelerator key is pressed simultaneously.
  9.  
  10. Format:    SPRINTER [/K xx] [/S n] [/U] [/D] [/E] [/?]
  11.  
  12. Remarks:       SPRINTER is a small (1K) TSR that can be installed by
  13. running it from the DOS prompt or by including it as a line in an
  14. AUTOEXEC.BAT file.  The utility defaults to using either Alt key as
  15. the accelerator key.  By using the optional /K nn switch, either at the
  16. time of installation or subsequently, the default accelerator key can
  17. be changed with different values of nn, thus:
  18.  
  19.                 /K S   Either Shift key 
  20.                 /K LS  Left Shift key 
  21.                 /K RS  Right Shift key
  22.                 /K A   Either Alt key
  23.                 /K LA  Left Alt key
  24.                 /K RA  Right Alt key
  25.                 /K C   Either Control key
  26.                 /K LC  Left Control key
  27.                 /K RC  Right Control key
  28.  
  29.      The amount by which SPRINTER accelerates cursor and paging speed
  30. can be set by using the /S x switch, using x values from 1 through 9.
  31. The default value is 2.
  32.  
  33.       Because SPRINTER is not compatible with programs that take over
  34. the BIOS interrupt (Int 9), it will have no effect on Windows
  35. applications.  Certain DOS applications also steal that interrupt.
  36. To prevent any possible problems when changing applications while
  37. SPRINTER remains loaded, the /D (Disable) and /E (Enable) switches can
  38. be invoked at any time.
  39.  
  40.      Subject to the usual TSR limitations (last in, first out), SPRINTER
  41. can be uninstalled with the /U switch.  Entering SPRINTER /? brings up a
  42. help screen.
  43.