Hi i want to make a batch file that will simply copy text that will be in the bat setup... sorry if this doesn't make sense. (I want to be able to copy server addresses for cod4. Then in game I can paste them where I need to) Example
press 1 to copy server ABC
press 2 to copy server DEF
etc.The server consist of numbers (123.44.567.88:1111)
and then after that i can paste it anywhere i want
so my goal is to be able to press a button then copy the server address and i will manually paste them in cod4.
Sorry if i didn't make much sense but thanks for any help!
Batch doesn't support the copy/paste function. Might I suggest just sticking a text document on your desktop and putting the server addresses in there?
Then you can just open it up and copy it from there.
If you're not going to run your script on WinXP, you could use CLIP. echo 123.44.567.88:1111| clip
razor thanks alot that worked like a charm :)
Hmm, looks like I was mistaken. I just figured because you couldn't ctrl+c/ctrl+v (right click copy/paste) you would be able to send anything to the clip board.
Sorry for any confusion I may have caused.
hah dont worry about i probably could have worded it better but thanks
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |