From an Excel file (.xls) I extracted a character playing a sound, and I surrounded it by letter 'a' and 'b' in this file: http://airfirst.ch/b2/SoundChar.txt
In fact, it is just the BELL character in the ASCII table:
http://www.asciitable.com
So, here is a way to play a system sound in DOS:
Code: Select all
ECHO
where the character after "ECHO " is this BELL character. It looks like a big dot (in EditPlus editor).
Do you know another way to play a sound in DOS?
Any comment, improvement will be appreciate.
Thanks.
"System sound" means sound played by motherboard's speaker, so you can hear it without external speakers or sound card.