I'm looking to create a batch code that will ask me to enter text, when I enter the text and press enter I want it to copy the inputted text then paste it into a specific field in a web page.
Is this possible?
For example if we say facebook, I would input my password and it would copy it into the password field of facebook and log me in
the text will need to be inputted into several web pages and field hence why I'm looking into it
hope this makes sense
Thank you
Can someone help me with some code??
Moderator: DosItHelp
Re: Can someone help me with some code??
Cannot be done with pure batch files. Not even sure if the sendkeys method in Vbscript can get that refined with the placement of the output.