I'm writing a .bat file and I want to create a message box with the style used when displaying shutdown messages, such as the screenshot below (obviously without saying "your'e about to signed out but with a different message):
I've tried the msg * my message command, but this one displays the message in the classic message box:
Is it possible to display a message box with the new style from a .bat file?

