MsgBox.exe : Displays some text in a message-box

2010-12-08 msgbox 1.2.2
  • Removed a size-optimization which was misunderstood by Avast ©, and led in a false positive. Thank you Michel !
  • Corrected a bug in command-line processing.
  • Added a new flag (-n : display messagebox as non-topmost)
2003-11-29 msgbox 1.2.1
  • Corrected a bug preventing the display of back-slash.
2003-11-21 msgbox 1.2
  • Corrected some bugs:
    * Quotes in -t flag is now working...
    * Multiple text are now concatenated:

    msgbox "Hello\n" "World!" is now same as
    msgbox "Hello\nWorld!"

2003-11-1 msgbox 1.1
  • MessageBox is now put in foreground and is topmost (will add a command-line option for that).
  • New method to display syntax.
  • Shrink exe size down to 15.5 KB
2003-09-29 msgbox 1.0
  • Initial release