AutoHotkey Community

It is currently May 27th, 2012, 10:02 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Delay between commands?
PostPosted: June 2nd, 2007, 7:37 pm 
Hey, i'm just starting to try to make my own script and trying to create a command so that after a command is played there is a delay (few seconds) before the second command is played
etc :
send {keyA}
delay 3s
send {keyB}

wish to know what command to insert for delay3s or any time for that matter

Thanks for help from pros :)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2007, 7:50 pm 
Offline

Joined: July 21st, 2006, 6:13 am
Posts: 558
Take a look at the Sleep command...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2007, 8:32 pm 
Offline

Joined: June 2nd, 2007, 1:33 pm
Posts: 9
Code:
Sleep, 3000


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, specter333, tomoe_uehara, XstatyK and 60 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