Can anyone show me a example of a bat file that copies the first and second line from a txt file..
I need way to have 2 bat files. One copies the first line to clipboard, and a second bat file to copy the second line.
So if I have a txt file that contains:
username
password
I want one bat file to copy the username and the second bat the password..
Could some give me an example of how to do this?