Hello,
i have following problem with Sendkey:
For an RemoteAdmin Connection to a System through another System i use Sendkey: 1234{+}5678{ENTER}{Delay}1234{+}9876{ENTER}
if the second password has no "+" in it it works but if the second password has another "+" the Sendkey doesnt work.
1234{+}5678{ENTER}{Delay}1234{+}9876{ENTER} does not work
1234{+}5678{ENTER}{Delay}12349876{ENTER} would work.
you have to put the + into {} cause + is normaly used to trigger 2 keys for exampel {CTRL}+{ALT} or something else
Any idea how to fix it except to change the second password?
Hi,
I just want to be sure I understand, the + is included in the second password?
David Hervieux
Hi David,
yes the password is included in the first and in the second password thats the matter if it´s only in the first it works, but if its in the second password it looks like the sendkey command gets a little bit confused about it, but today it works....
Dont know why but what i can see it´s a little bit faster then yesterday maybe it depends on the speed of the PC caus it needs more time do declare the both {+}
Maybe you could add a second {delay} command?
David Hervieux
Hi David i now saw what happend =)
the Sendkey command first checks all Brackets {} so the following thing happend
the String 1234{+}5678{ENTER}{Delay}1234{+}9876{ENTER}
Should normaly be 1234+5678 Return wait 1234+9876 Return, but cause of the second +
i get the String 1234++5678 Return wait 12349876 Return.
the second + changes the position to the first + ......
Hi,
I just tried with Notepad and it seems to work. The commands are sent correctly. Could you try the exported session?
David Hervieux
notepad.rdm
Dont know why but it doesnt work...
I made an Testentry just to test it for pictures here you can see what happend
but i get this....
Could you test it in notepad? What version of RDM do you use?
David Hervieux
same Problem with notepad...
RDM Version is 6.5.1.0
Could you try the version 7.0?
David Hervieux
Hi David,
same problem at 7.0
Even with notepad? I'm asking that because it's the only way for me to reproduce it.
David Hervieux
yes
Ok, I will try to find a way for reproducing it. What OS do you use?
David Hervieux
Windows XP
still news?
Hi,
Sorry about that. André has fied thi issue. I think that's in the version 7.0.3. Have you tried it?
David Hervieux