Closes the WinBatch message box.
BoxShut ( )
(none)
(i) always 1.
This function closes the message box that was opened with BoxOpen.
BoxOpen("Processing", "Be patient") TimeDelay(2) BoxTitle("Still processing") TimeDelay(2) BoxText ("Almost done") TimeDelay(2) BoxShut()