Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for locksnak.kix

(view source code of locksnak.kix as plain text)

  1. $counter = 0
  2. Do
  3. 	$rc = SendKeys( "{NUMLOCK}" );
  4. 	Sleep 1
  5. 	$rc = SendKeys( "{CAPSLOCK}" );
  6. 	Sleep 1
  7. 	$counter = $counter + 1;
  8. Until $counter > 7
  9.  

page last modified: 2024-02-26; loaded in 0.0109 seconds