dickjones007 Posted October 9, 2011 Posted October 9, 2011 i need help with script that will do the following: when i copy some text i need the script to do: - if copied text equal xx then do something - if copied text does not equal xx then do something else anyone?
dickjones007 Posted October 9, 2011 Author Posted October 9, 2011 i just found clipget function so i am trying out with that
dickjones007 Posted October 10, 2011 Author Posted October 10, 2011 (edited) i never would have thought it to be as simple as: $copied = ClipGet() If $copied = "XX" Then Sleep(300) Else Run("calc.exe") EndIf Edited October 10, 2011 by dickjones
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now