> 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 to configure it to actually make a true beep. Regards, -- Benoît Minisini