Let the "Sound" be heard!

Features wanted...
Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Let the "Sound" be heard!

Post by Stefan »

v8.80.0338 - 2010-03-07 12:53
+ Scripting got a new command.
Name: beep
Thanks.

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; }
//---------------------------

admin wrote:naah, too fancy. :P
OK, your Example: ::beep 800,100; beep 400,100; beep 600,100; is good enough.


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. :P

Post Reply