Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 538 Bytes

Produce BEL sound in Windows Console.

  1. Download console script.
  2. Copy to C:\Program_Files\Scripts.
  3. Add C:\Program_Files\Scripts to PATH environment variable.
> ebel [<count>]

:: [] -> optional argument
:: <> -> argument value
:: produce one BEL
> ebel

:: produce 4 BELs
> ebel 4

:: produce 4 BELs after copy is over
> copy src.zip dst.zip & ebel 4

cmdf