WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Display

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Display a Message and Continue Running

Keywords: 	 display message while processing in background continue

Question:

I am not sure if this has already been asked/answered. Can you display a message on the screen yet continue to run the code? Some samples would be like: Displaying a message that says "One moment, processing..." and when the processing is done, close the display or display something else.

Answer:

BoxOpen("Testing",0)

for xx=1 to 20

   BoxText(TimeYmdHms())

next

BoxShut()

Message("All","Doned")
Documented in small manual or WinBatch.hlp file.
Article ID:   W13214
Filename:   Display Message and Continue Running.txt
File Created: 1999:04:15:16:52:30
Last Updated: 1999:04:15:16:52:30