Hello
I am trouble using a command, within another command.
Let me explain…
I have a command [developer password]. The script has one line, sendDragonkeys "***". (SendDragonkeys because sendkeys do not work, in this context, in a remote desktop).
This morning I have managed to create a command, which will run an application as a different user. The last thing this command needs to do is to enter my developer credentials (user name and password).
I could easily end this command with SendKeys " my password". However, that means every six weeks, when I have to change this password, I would then have two commands (and possibly more in the future), to update.
Alternatively, if I could use the head word command, then I only have two update the password once.
Any ideas?
-------------------------
DP 16