Jump to content

Here's a wierd one for ya..


dazco
 Share

Recommended Posts

I made a exe out of an aut file that opens the yahoo mail site and logs me in. I have used it at home for weeks and it works perfectly. Then i make one at work and it too works flawlessly.......at least till now. Now when it clicks the button after typing in my name and password, it goes to a "wrong password" page. I even made a new script that enters the name and pw a second time on the next error page. Still no go......now here's the wierd part....if i enter it myself it works !! And yes, i checked the script and the name and password are correct just as they have been since the first when it *was* working. Wierd, eh?

Link to comment
Share on other sites

As a password won't be displayed as plain text (*) write it in parallel to a text file, just to be able to investigate what will be written to that field. I've added additional char's (|) to be able to identify "invisible" ones.

SetEnv,pw,MyPassword

Send,%pw%

FileAppend,c:\\pwtest.txt, |%pw%|

I had it several times that on my NOBO the fn key was set active for whatever reason and as a result different logins failed :whistle:

Edited by Beastmaster
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...