HOME

TheInfoList



OR:

BATCH ENHANCER (or BE) (or BE.EXE,) is an
applet In computing, an applet is any small application that performs one specific task that runs within the scope of a dedicated widget engine or a larger program, often as a plug-in. The term is frequently used to refer to a Java applet, a program w ...
or free-standing utility packaged with
Norton Utilities Norton Utilities is a utility software suite designed to help analyze, configure, optimize and maintain a computer. The latest version of the original series of Norton Utilities is Norton Utilities 16 for Windows XP/Vista/7/8 was released 26 Oc ...
(NU) to graphically enhance the presentation of
batch files Batch may refer to: Food and drink * Batch (alcohol), an alcoholic fruit beverage * Batch loaf, a type of bread popular in Ireland * A dialect term for a bread roll used in North Warwickshire, Nuneaton and Coventry, as well as on the Wirral, ...
. 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:
    BE command (parameters)
          or
    BE filespec
Commands available:
      ASK   BEEP  BOX   CLS  DELAY  PRINTCHAR  ROWCOL
      SA    WINDOW

For more help on a specific command type:
      BE command ?


BE BEEP  
witches Witchcraft traditionally means the use of Magic (supernatural), magic or supernatural powers to harm others. A practitioner is a witch. In Middle Ages, medieval and early modern Europe, where the term originated, accused witches were usually ...
or BE BEEP ilespec Switches /Dn Duration of the tone in n/18 seconds /FnSound a tone of frequency n /Rn Repeat the tone n times /Wn Wait between tones n/18 seconds PLAY A LITTLE TUNE. be beep /F392 /D4; be beep /F392 /D1; be beep /F523 /D15; BE BOX Usage: BE BOX top left bottom right
olor An olor is a piece of cowhide or plastic tied onto a male goat like a skirt. It is used by Kenyan goatherders to prevent bucks from impregnating the female goats during times of drought A drought is defined as drier than normal conditions.Douv ...
BE window 0,0,24,79 bright yellow on blue explode BE window 4,11,20,68 bright yellow on green explode shadow Usage: BE DELAY ticks (1 tick = 1/18 second)
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.


References

Software features DOS software Gen Digital software {{free-software-stub