Command: beep
  BEEP makes a beeping sound (usually by system loudspeaker).
  BEEP is a BATCH-FILE / AUTOEXEC.BAT / FDAUTO.BAT command.
  But it can also be used in a command line.
Syntax:
 beep [options]
Options:
  /?  Shows the help.
Comments:
  At this time FreeCOM / command.com supports audible beeps only.
  BEEP can also be used outside a batch file.
  BEEP is a command internal to command.com and needs no other file
  in order to work.
Examples:
  IN A .BAT FILE / AUTOEXEC.BAT or in command line:
    beep
See also:
  autoexec.bat/fdauto.bat
  batch files
  command.com/freecom
  Copyright © 2003 Robert Platt, updated 2007 and 2022 by W. Spiegl.
  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.