home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / cli / mousetest / tstl.scp < prev    next >
Encoding:
Text File  |  1994-06-24  |  225 b   |  11 lines

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