How to put a newline in dos command line as part of the option
- by rudimenter
I tried co copy and paste this to the command line but every newline is recognized as a new command start and not as part of the option:
"command -option:text
whatever"
between text and whatever is a newline which needs to be preserved.
Thanx in advance