BATCH ENHANCER (or BE) (or BE.EXE,) is an applet or free-standing utility packaged with Norton Utilities (NU) to graphically enhance the presentation of batch files.
Batch Enhancer allows the use of colours, square graphics, delays, beeps, more complex decision parameters, easier to create user-choice menus and other functions.
BE is unusual in Norton's suite of utilities in that it was not designed to primarily be launched by NU itself, but be used like another (DOS) command/function to simplify the writing of executable batch files, or make them more powerful, such as for creating colourful and animated DOS screens that were typically plain blue & cyan.
Examples of usage syntaxes: If the line "BE DELAY 18" was run from inside a batch file, it would pause for one second before moving to the next instruction.
At modern computer speeds many batch files run too fast to be followed by a user; inserting a delay ensures that the user would see the DOS window that executes the .BAT file.