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:
Text File  |  1994-06-24  |  228 b   |  11 lines

  1. ;This script reports the status of the
  2. ;  right mouse button two seconds after it is run.
  3. wait 2 secs
  4.  
  5. TestRMB
  6. if WARN
  7.      echo "The right mousebutton was pressed."
  8. else
  9.      echo "The right mousebutton was NOT pressed."
  10. endif
  11.