imacrazyballoono Posted May 25, 2006 Posted May 25, 2006 I am trying to use the send command to type something that the user has typed. Send("$name$pass{TAB}$pass{ENTER}") Whenever i do that, it types it as is. what do i need to do to type the value of the variable.
Paulie Posted May 25, 2006 Posted May 25, 2006 I am trying to use the send command to type something that the user has typed. Send("$name$pass{TAB}$pass{ENTER}") Whenever i do that, it types it as is. what do i need to do to type the value of the variable.change it to Send($name$pass{TAB}$pass{ENTER}) Gotta get rid of quotes
imacrazyballoono Posted May 25, 2006 Author Posted May 25, 2006 (edited) I tried that, it gave me an error. Unable to parse. Edited May 25, 2006 by imacrazyballoono
Paulie Posted May 25, 2006 Posted May 25, 2006 I tried that, it gave me an error. Unable to parse. Actually, to send variables, you might have to do each separatly Send($name) Send($pass) Send(""{TAB}") Send($pass) Send("{ENTER}") It was because the "tab" and "enter" had to be in quotes, but variables cant
imacrazyballoono Posted May 25, 2006 Author Posted May 25, 2006 (edited) Thats annoying. Ill try it. Also, i went ahead and took out that second quote you put, Im hoping that was a typo. Edited May 25, 2006 by imacrazyballoono
Thatsgreat2345 Posted May 25, 2006 Posted May 25, 2006 (edited) Hold up tab and enter werent goin Edited May 25, 2006 by thatsgreat2345
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