AutoHotkey Community

It is currently May 27th, 2012, 1:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: March 27th, 2009, 11:07 pm 
Oh help him.


Report this post
Top
  
Reply with quote  
PostPosted: March 29th, 2009, 5:17 pm 
:D i didn't Get any Script ,Can you help me ?(proceses name is :ROD.exe)


Report this post
Top
  
Reply with quote  
PostPosted: March 29th, 2009, 5:19 pm 
This is what i've tried ,that's not working Y_Y

#s:: ;;
ControlSend,{Enter} , abc, ROD.exe ;
ControlSend,{Enter} , abc, ROD.exe ;
return

#x::ExitApp ;


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2009, 6:12 pm 
Offline
User avatar

Joined: May 29th, 2008, 4:51 am
Posts: 186
Did you read any of the links provided... ? :?

Code:
Enter::   ;Pressing Enter sends to two windows
{
ControlSend, , {Enter}, ROD.exe ;first program to send Enter to
ControlSend, , {Enter}, *second_program_name_here* ;put the name of the other window here
}
return

#x::ExitApp ;win+x = exit application


Edit: changed hotkey to Enter as they needed...

_________________
~BigVent


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 30th, 2009, 1:58 pm 
:D Thanks a lot Bigvent ,But i have another question please How can i Add delay(100ms) between the two actions(enter) ?

Enter::
{
ControlSend, , {Enter}, 2007-09-18a kRO Sakexe ;
ControlSend, , {Enter}, Angel's Dreams Rebirth Client ;
}
return

#x::ExitApp ;


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 30th, 2009, 2:15 pm 
Enter::
{
ControlSend, , {Enter}, 2007-09-18a kRO Sakexe
Sleep, 100
ControlSend, , {Enter}, Angel's Dreams Rebirth Client
}
return

#x::ExitApp


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], BrandonHotkey, chaosad, oldbrother and 18 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group