Re: [Gambas-user] Beep?

2010-10-19 Thread Jussi Lahtinen
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"

Re: [Gambas-user] Beep? Solved! Thanks

2010-10-19 Thread B Bruen
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:

Re: [Gambas-user] Beep?

2010-10-19 Thread charlesg
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

Re: [Gambas-user] Beep?

2010-10-19 Thread 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" 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

Re: [Gambas-user] Beep?

2010-10-19 Thread charlesg
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