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

cmdf/extra-bel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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