AutoHotkey Community

It is currently May 27th, 2012, 12:32 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: November 18th, 2009, 2:16 pm 
Offline

Joined: November 18th, 2009, 2:07 pm
Posts: 11
The simplest of scripts....#space:: Send xxxxxx{tab}xxxxx{enter}......worked for a long time then I had to reload this box, now it will not send the characters in the password area. Help out a knucklehead, will ya?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2009, 2:50 pm 
Offline

Joined: November 14th, 2007, 2:47 pm
Posts: 335
Location: London, England
What do you mean by "reload this box?"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2009, 3:19 pm 
Code:
#space::
{
send xxxxx
sleep 500 ;added sleep here (1/2 sec.)
send {tab}
sleep 500 ;added another one here
send xxxxx
sleep 500 ;and another
send {enter}
}
return


Maybe the issue is that you just need to add a sleep interval into the script. *Usually* the added time will allow everything to run smooth.

I assume "reload this box" is pertaining to reloading OS on the PC?

Hope this helps!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2009, 5:20 pm 
Yes it absolutely did help. I think the box I reloaded to is a slight bit slower than the original. Thanks!!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2009, 5:24 pm 
Offline

Joined: November 18th, 2009, 2:07 pm
Posts: 11
When I said reload this box....I took all the info besides the OS and put it on a new computer in order to get rid of some bugs. The new setup stumbled when it tried to use the script I had previously had no trouble with.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], chaosad, Exabot [Bot], Google Feedfetcher, jrav, Yahoo [Bot] and 22 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