AutoHotkey Community

It is currently May 27th, 2012, 3:06 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Help in "Sleep"
PostPosted: March 20th, 2010, 10:45 am 
I made this Sleep function but it's not working...it's only Sending the letters before the Sleep function is used on the screen, the rest of the message is not coming...here is my sleep short script.

!d:: SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return

Please try to help me.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2010, 10:48 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Code:
!d:: ; add newline here
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
Sleep 120000
SendInput t/find 0{enter}
return


Edit: use
Code:
 [code][/code]
tags next time, see the bold italic quote buttons in the edit screen when you post a message

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2010, 6:10 pm 
Thankyou very much.


Report this post
Top
  
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, rbrtryn, Yahoo [Bot] and 29 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