Some distributions seems to have "beep" command also. If so, then SHELL "beep".
Jussi 2010/10/19 Benoît Minisini <[email protected]> > > 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 > > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
