Jump to content

Recommended Posts

Posted

hi if i look in the help file under "Send Key List" it say that this (^) sympol is ctrl button. and when i write send("^c") it copy the things i have select it to copy but (now my problem come) when i am trying to get it to paste the things i want it to do it does not do it and i juse the code send(^v)

please some one help me

just tell me if i need to explane better

Posted

ClipPut('Value')
Run('notepad.exe')
WinWaitActive('Untitled -')
Send('^v')

Try this, if it works then you're not checking which window has the focus.

ok i tryed this one but it do not work :) when i press ctrl+v manual it works.

i have tryed to put a sleep(5000) in front of the send("^v") thing to and klickt on the notepad so the focuse will be on that one but it does not work for me :) is this bug or something?? or just my computer is wrong on?

Posted

How do you know it doesn't work?

You will have to give more/better information for us to be able to help...

Jos

i dont know what more i can say but when i do send("^v") it will take the thing i have copy and past it raight?

Posted

what is OS?

Operating system.

If you don't know what an operating system is you should put down scripting for a while and learn the basics of a computer.

Curently writing a autoit installerAutoit installer 83 and 2 thirds%-template 100%-script syntax 100%-script parser 50%--error checking 100%--actual parsing 50%--combining template and parsed crap 0%Template.au3 - 4.15kbparser.au3 - 1.94kb

Posted

Operating system.

If you don't know what an operating system is you should put down scripting for a while and learn the basics of a computer.

haha okej :) i have windows xp but i have found a other way to do that i want to do so dont need any help any more but Cya and thanks for trying to help me :)

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
×
×
  • Create New...