MerkurAlex Posted July 8, 2007 Posted July 8, 2007 I have tried it in notepad and the password types out perfectly- using send("{!}") . Its just Lotus notes and its encryption - something weird is going on, as you say.....well sorry i wasnt able to get that working i hope someone figures it out! [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
RussMuss Posted July 10, 2007 Author Posted July 10, 2007 well sorry i wasnt able to get that working i hope someone figures it out!EagleClaw: I have finally figured it out :my sleep time was too short just after the line Run ("C:\Lotus\Notes\notes.exe" )sleep(1000);this was the problem!!!!!!!!! was only 200send("w")sleep(10)send("e")etcetcdon't you just hate it when the solution turns out to be so simple!!!!!Russ
MerkurAlex Posted July 10, 2007 Posted July 10, 2007 EagleClaw: I have finally figured it out :my sleep time was too short just after the line Run ("C:\Lotus\Notes\notes.exe" )sleep(1000);this was the problem!!!!!!!!! was only 200send("w")sleep(10)send("e")etcetcdon't you just hate it when the solution turns out to be so simple!!!!!Russyes i do and it seems to happen alot to me lol [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
wimhek Posted August 29, 2009 Posted August 29, 2009 Why not : Run ("C:\Notes\notes.exe" ) If Not WinActive("Lotus Notes","") Then WinActivate("Lotus Notes","") WinWaitActive("Lotus Notes","") Send("mypassword{ENTER}")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now