coucou Posted July 12, 2005 Posted July 12, 2005 Hello, Does the following scroipt is correct to get 3 send key in one line??? Send (!kXXXXXXXXXXX!n")when, Send("!k") <-- CD key Send("XXXXXXXXXXX") <-- Serial number Send("!n") <-- Next Regards coucou
/dev/null Posted July 12, 2005 Posted July 12, 2005 Does the following scroipt is correct to get 3 send key in one line???Send (!kXXXXXXXXXXX!n")when,I see no reason why it should not work.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Moderators SmOke_N Posted July 12, 2005 Moderators Posted July 12, 2005 I see no reason why it should not work.CheersKurt<{POST_SNAPBACK}>Did you try this?Send ("!k" & "XXXXXXXXXXX" & "!n") Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
w0uter Posted July 12, 2005 Posted July 12, 2005 @RON Send ("!k" & "XXXXXXXXXXX" & "!n") = Send ("!kXXXXXXXXXXX!n") @COUCOU i dont see why it should not work. the only think that could hapen is that it sends it too fast. but i think that milisecond doesnt matter. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Moderators SmOke_N Posted July 12, 2005 Moderators Posted July 12, 2005 (edited) @RONSend ("!k" & "XXXXXXXXXXX" & "!n")=Send ("!kXXXXXXXXXXX!n")@COUCOUi dont see why it should not work. the only think that could hapen is that it sends it too fast. but i think that milisecond doesnt matter.<{POST_SNAPBACK}>@w0uterYes, sorry I should of explained. I was breaking it up so that he could see that he was missing a (") at the beginning of his script.Send (!kXXXXXXXXXXX!n") Edited July 12, 2005 by ronsrules Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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