Jump to content

Recommended Posts

Posted

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]

Posted

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 200

send("w")

sleep(10)

send("e")

etc

etc

don't you just hate it when the solution turns out to be so simple!!!!!

Russ

Posted

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 200

send("w")

sleep(10)

send("e")

etc

etc

don't you just hate it when the solution turns out to be so simple!!!!!

Russ

yes 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]

  • 2 years later...
Posted

Why not :

Run ("C:\Notes\notes.exe" )

If Not WinActive("Lotus Notes","") Then WinActivate("Lotus Notes","")

WinWaitActive("Lotus Notes","")

Send("mypassword{ENTER}")

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...