Terminal control/Ringing the terminal bell: Difference between revisions

Add Batch File
(Omit Axe)
(Add Batch File)
Line 78:
 
<lang basic>BEEP 0.2,0</lang>
 
=={{header|Batch File}}==
Source: [http://www.dostips.com/forum/viewtopic.php?f=3&t=5860 Here]
<lang dos>@echo off
for /f %%. in ('forfiles /m "%~nx0" /c "cmd /c echo 0x07"') do set bell=%%.
echo %bell%
</lang>
 
=={{header|BBC BASIC}}==
535

edits