Changes the title of the WinBatch message box.
BoxTitle (title)
(s) title title of the message box.
(i) always 1.
BoxOpen("Processing", "Be patient") TimeDelay(2) BoxTitle("Still processing") TimeDelay(2) BoxText ("Almost done") TimeDelay(2) BoxShut()
BoxOpen, BoxShut, BoxText, WinTitle (found in main WIL documentation)