BoxText

 

Changes the text in the WinBatch message box.

Syntax:

BoxText (text)

Parameters:

(s) text text to display in the message box.

Returns:

(i) always 1.

Example:


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

BoxOpen, BoxShut, BoxTitle