Lavanya Posted August 9, 2012 Posted August 9, 2012 As "\" is escape character . I am not able to send it directly by using the send command, The scenario is.. I want to hold Ctrl Key and press "\" multiple times. So how do i do it ?
Exit Posted August 9, 2012 Posted August 9, 2012 (edited) Send("{CTRLDOWN}") Send("") Send("") Send("") Send("") Send("{CTRLUP}") "" is not an escape character in Autoit SEND. Edited August 9, 2012 by Exit App: Au3toCmd UDF: _SingleScript()
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