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

Produce BEL sound in Windows Console.

Latest
Compare
Choose a tag to compare
@wolfram77 wolfram77 released this 22 Sep 08:20
· 2 commits to master since this release

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

Merferry