Search found 2 matches

by Joe_Ragnar
13 May 2021 09:35
Forum: DOS Batch Forum
Topic: Entering an "ENTER" or New_Line to load multiple lines to the Clipboard
Replies: 2
Views: 2432

Re: Entering an "ENTER" or New_Line to load multiple lines to the Clipboard

Antonio:

Much appreciated.

Exactly what I was looking for and in my ignorance couldn't find.

Thanks a lot!

All the best.
by Joe_Ragnar
12 May 2021 16:22
Forum: DOS Batch Forum
Topic: Entering an "ENTER" or New_Line to load multiple lines to the Clipboard
Replies: 2
Views: 2432

Entering an "ENTER" or New_Line to load multiple lines to the Clipboard

Good People, I’m using the following code to load a string in the Clipboard: echo|set/p=String 01|clip This puts in the clipboard: 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: String 01 String 02 String 03 but I don’t know how to...