home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH22.ARC / READ.ME < prev   
Text File  |  1985-11-04  |  1KB  |  37 lines

  1. PROGRAM NAME:  Caps.ASM, Numlock.ASM, Curoff.ASM, Curon.ASM  
  2.  
  3. DESCRIPTION:  Assembly Language Routines that toggle hardware
  4. features on and off.
  5.  
  6. ISSUE: September, 1985
  7. PAGE: 12
  8.  
  9. SOFTWARE VERSIONS:  dBASE II, any version
  10.                     dBASE III, versions 1.0, 1.1
  11.  
  12. FUNCTION:  These routines will allow you to turn the Capslock key
  13. on and off, to turn the Numlock key on and off, and to turn the
  14. Cursor on and off.
  15.  
  16. FILES NEEDED: Caps.ASM
  17.               Numlock.ASM
  18.               Curoff.ASM
  19.               Curon.ASM
  20.               *.BIN--for dBASE III, Developer's Release
  21.                                         
  22. SETUP INSTRUCTIONS:  There are ways to execute these routines
  23. from dBASE II.  You can enter the POKE sequences, then type CALL
  24. from the dot prompt.  Or, you can assemble them as .COM files,
  25. then type
  26.  
  27.      QUIT TO '<program>'
  28.  
  29. From dBASE III versions 1.0 and 1.1, you use the RUN command to
  30. execute them as .COM files.
  31.  
  32. From the Developer's Release of dBASE III, after assembling the
  33. programs as .BIN files, you type
  34.  
  35.      LOAD <module>
  36.      CALL <module>
  37.