dazco Posted December 12, 2003 Posted December 12, 2003 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?
Beastmaster Posted December 12, 2003 Posted December 12, 2003 (edited) 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 Edited December 12, 2003 by Beastmaster
Beastmaster Posted December 12, 2003 Posted December 12, 2003 Which command you use ... a) Send, MyPassword Send, {ASCII}{ASCII}{ASCII}{ASCII} ...
Recommended Posts