Windows script to copy some text to the clipboard ?
- by Sebastien
I am using an application that requires several attempts to log in (because of overloaded servers).
This app has no "remember my password" feature.
Therefore, I would like to make a script (preferably a .bat script), that would first copy my password into the clipboard -so that I don't have to retype my password on every log on attempt- , then launch the application (easy part)
Is this possible with a MS-DOS command ?
Do I need a little exe or another script language ?
I'm obviously looking for the quickest solution to implement.
Thanks in advance for your ideas