| View previous topic :: View next topic |
| Author |
Message |
91v83y
Joined: 18 Nov 2009 Posts: 2
|
Posted: Wed Nov 18, 2009 1:16 pm Post subject: password after login intermittently blanks |
|
|
| 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? |
|
| Back to top |
|
 |
doyle
Joined: 14 Nov 2007 Posts: 279 Location: London, England
|
Posted: Wed Nov 18, 2009 1:50 pm Post subject: |
|
|
| What do you mean by "reload this box?" |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 18, 2009 2:19 pm Post subject: |
|
|
| 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! |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 18, 2009 4:20 pm Post subject: |
|
|
| Yes it absolutely did help. I think the box I reloaded to is a slight bit slower than the original. Thanks!! |
|
| Back to top |
|
 |
91v83y
Joined: 18 Nov 2009 Posts: 2
|
Posted: Wed Nov 18, 2009 4:24 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|