I'm successfully showing a message box from a batch file using this method given by boflynn for a previous question.
I'm trying to insert a carriage return into the message box body text but all my attempts and combinations of quote marks and Char(13) have thus far failed.
With reference to the above linked answer, I'm looking for a messagbox that would put text on multiple lines, such as:
This will be shown in a popup
Is this possible?