Creating your own beeps

The Hypnotist

Solid State Member
Messages
20
Is it possible to create a batch file that plays beeps on it's own? I wan't to do it, as I've seen some exe's with batch files playing beeps. I just think it would be interesting to make one.
 
I used to have a program that would talk using the PC speaker, so as my computer loaded(autoexec.bat) I had it greet me :p
 
OK...
heres how...


first use the MSDOS command prompt... type

edit test.bat
@echo <ctrl+p><ctrl+g>

now save it, and run it...
 
Back
Top Bottom