$counter = 0 Do $rc = SendKeys( "{NUMLOCK}" ); Sleep 1 $rc = SendKeys( "{CAPSLOCK}" ); Sleep 1 $counter = $counter + 1; Until $counter > 7