                                  BE DELAY 
 
Description:   Waits for a specified amount of time between batch file
               commands so a user can see and respond to a message or a
               screen display. The batch file continues after the pause. 
 
Syntax         Version 4.5:   BE DELAY (n) 
 
                                 Parameters:
 
(n)            An amount of time to wait, in eighteenths of a second. 
 
Example:       To display a message in the center of the screen and then
               pause for five seconds to let the user see the message before
               the batch command file resumes, enter:

               BE ROWCOL 12,30 "You have 5 seconds to read this." 
               BE DELAY 90 
