home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 9
/
FreshFishVol9-CD2.bin
/
bbs
/
util
/
mayflower.lha
/
MayFlower
/
CapsLock
/
docs
/
CapsLock.doc
next >
Wrap
Text File
|
1994-03-17
|
1KB
|
32 lines
CapsLock
by Stephen D Childers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Program Description:
1) Will return WARN if Caps Lock key is lit. Is to be used only within
script files. See file "testit" for usage example.
This program is a re-write of another program called CapsWarn,
see CapsWarn.post file for the original program idea, author and
source.
This variation of the "CapsWarn" program will work with Workbench
V1.3 and should also work with higher versions.
2) It can only be run from CLI. Can be made resident.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Script Usage:
CapsLock [option]
option: w = if CAPSLOCK lit return WARN (DEFAULT)
e = if CAPSLOCK lit return ERROR
f = if CAPSLOCK lit return FAIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Of Document