Add line break in KUserAlert.exe
I have create bat script to run KUserAlert.exe.
KUserAlert.exe -name="hello world" -message="Hello World." -title="Hello World" -timeout=900 -Ok
How to add line break in -message="Hello World."?I have try -message="Hello \r\n World." but not working.
1 Comment
[ + ] Show comment
Answers (1)
Please log in to answer
Posted by:
chris.poston
7 years ago
I see in a script message box it uses 

 to make line breaks in the pop up message boxes, but this does NOT work when trying to use with kuseralert.exe
I need this ability.. if possible.. - jct134 4 years ago