I’m using the following code to load a string in the Clipboard:
echo|set/p=String 01|clip
This puts in the clipboard:
Code: Select all
String 01
And I would like to add a couple of more lines separated by a couple of “ENTER”s or NewLines to get this:
Code: Select all
String 01
String 02
String 03
but I don’t know how to set it up.
I’m using Windows 7.
Your help will be appreciated.
Thanks a lot.
Joe_Ragnar