Jump to content

Help on Send command


Recommended Posts

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

Link to comment
Share on other sites

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.

Cheers

Kurt

__________________________________________________________(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 *

Link to comment
Share on other sites

  • Moderators

I see no reason why it should not work.

Cheers

Kurt

<{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.

Link to comment
Share on other sites

@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

Link to comment
Share on other sites

  • Moderators

@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.

<{POST_SNAPBACK}>

@w0uter

Yes, 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 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...