windows cmd: how to pass an argument with a line break?

Viewed 2509

I'm trying to have sometings like

cmd> svn ci -m "argument"

And the "argument" I want to be a multiple-line text.

How can I do that?

2 Answers
Related