Can someone help me with some code??

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
lukelloyd1986
Posts: 1
Joined: 24 Nov 2016 14:12

Can someone help me with some code??

#1 Post by lukelloyd1986 » 24 Nov 2016 14:16

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

Squashman
Expert
Posts: 4471
Joined: 23 Dec 2011 13:59

Re: Can someone help me with some code??

#2 Post by Squashman » 24 Nov 2016 16:49

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.

Post Reply