home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
cli
/
mousetest
/
tstr.scp
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-24
|
228 b
|
11 lines
;This script reports the status of the
; right mouse button two seconds after it is run.
wait 2 secs
TestRMB
if WARN
echo "The right mousebutton was pressed."
else
echo "The right mousebutton was NOT pressed."
endif