Line break in msgbox text

Jun 1, 2008
30
0
How do I insert a line break into a msgbox text? C-style "\n" doesn't work.

msgbox /w ok "Warning" Bad path:[line break here]%somepath%
 
On Fri, 09 Jul 2010 16:58:06 -0400, element <>
wrote:

|How do I insert a line break into a msgbox text? C-style "\n" doesn't work.
|
|msgbox /w ok "Warning" Bad path:[line break here]%somepath%

Use a TCC escape sequence; with the default escape character, that'll
be ^n.
 

Similar threads