home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
techs.zip
/
TECH22.ARC
/
READ.ME
< prev
Wrap
Text File
|
1985-11-04
|
1KB
|
37 lines
PROGRAM NAME: Caps.ASM, Numlock.ASM, Curoff.ASM, Curon.ASM
DESCRIPTION: Assembly Language Routines that toggle hardware
features on and off.
ISSUE: September, 1985
PAGE: 12
SOFTWARE VERSIONS: dBASE II, any version
dBASE III, versions 1.0, 1.1
FUNCTION: These routines will allow you to turn the Capslock key
on and off, to turn the Numlock key on and off, and to turn the
Cursor on and off.
FILES NEEDED: Caps.ASM
Numlock.ASM
Curoff.ASM
Curon.ASM
*.BIN--for dBASE III, Developer's Release
SETUP INSTRUCTIONS: There are ways to execute these routines
from dBASE II. You can enter the POKE sequences, then type CALL
from the dot prompt. Or, you can assemble them as .COM files,
then type
QUIT TO '<program>'
From dBASE III versions 1.0 and 1.1, you use the RUN command to
execute them as .COM files.
From the Developer's Release of dBASE III, after assembling the
programs as .BIN files, you type
LOAD <module>
CALL <module>