BoxShut

 

Closes the WinBatch message box.

Syntax:

BoxShut ( )

Parameters:

(none)

Returns:

(i) always 1.

 

This function closes the message box that was opened with BoxOpen.

 

Example:

BoxOpen("Processing", "Be patient")
TimeDelay(2)
BoxTitle("Still processing")
TimeDelay(2)
BoxText ("Almost done")
TimeDelay(2)
BoxShut()
See Also:

BoxOpen, BoxText, BoxTitle