Changes the text in the WinBatch message box.
BoxText (text)
(s) text text to display in the message box.
(i) always 1.
BoxOpen("Processing", "Be patient") TimeDelay(2) BoxTitle("Still processing") TimeDelay(2) BoxText("Almost done") TimeDelay(2) BoxShut()