Windows script to copy some text to the clipboard ?

Posted by Sebastien on Super User See other posts from Super User or by Sebastien
Published on 2011-01-09T17:41:17Z Indexed on 2011/01/09 17:55 UTC
Read the original article Hit count: 257

Filed under:
|
|

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

© Super User or respective owner

Related posts about Windows

Related posts about batch