Re: Let the "Sound" be heard!
Posted: 07 Mar 2010 13:44
Thanks.v8.80.0338 - 2010-03-07 12:53
+ Scripting got a new command.
Name: beep
FYI
new ::beep; default sounds the same for me
as "D0kTorZ Beep for DOS" C:\> beep 800 200
and ^G (or Alt+7)
Some tests:
//---------------------------
while($loop<3){
beep; beep 1000, 200;beep 1200, 400;
incr $loop;
wait 500;
}
//---------------------------
while($loop<8){ beep 1500, 100;beep 1200, 200; incr $loop; }
//---------------------------
OK, your Example: ::beep 800,100; beep 400,100; beep 600,100; is good enough.admin wrote:naah, too fancy.
Many thanks for this :thumpsup:
I will use this beep; now where msg; would be more disturbing then helping and status; getting too less attention.