Some distributions seems to have "beep" command also.
If so, then SHELL "beep".
Jussi
2010/10/19 Benoît Minisini
> > SHELL "echo -e \"\\007\" >/dev/tty10"
> >
> > I think I got that from this forum.
> >
> > bbb888 wrote:
> > > Pretty simple?
> > >
> > > How can I make the computer go "beep"
On 19/10/10 19:49, charlesg wrote:
> Just as well! I just tested my version and it doesn't work anyway. :,(
>
> 'echo -e \\007' does work from terminal.
>
>
>
> Benoît Minisini wrote:
>>> SHELL "echo -e \"\\007\">/dev/tty10"
>>>
>>> I think I got that from this forum.
>>>
>>> bbb888 wrote:
Just as well! I just tested my version and it doesn't work anyway. :,(
'echo -e \\007' does work from terminal.
Benoît Minisini wrote:
>
>> SHELL "echo -e \"\\007\" >/dev/tty10"
>>
>> I think I got that from this forum.
>>
>> bbb888 wrote:
>> > Pretty simple?
>> >
>> > How can I make the
> SHELL "echo -e \"\\007\" >/dev/tty10"
>
> I think I got that from this forum.
>
> bbb888 wrote:
> > Pretty simple?
> >
> > How can I make the computer go "beep"
In Gambas, PRINT Chr$(7); if you are running inside a terminal. But if your
terminal is an emulator (e.g. konsole), you may have
SHELL "echo -e \"\\007\" >/dev/tty10"
I think I got that from this forum.
bbb888 wrote:
>
> Pretty simple?
>
> How can I make the computer go "beep"
>
--
View this message in context:
http://old.nabble.com/Beep--tp29997205p29998294.html
Sent from the gambas-user mailing list archive at