Sean wrote:
> Vincent Cunniffe wrote:
> >
> > Donncha O Caoimh wrote:
> > >
> > > Simple and short!
> > >
> > > How do I make the console beep from a C program?
> >
> > Write the BEL character to stdout.
> >
> > Can't remember the code exactly (ctrl-g?), but you can look it up.
>> c:
> void main(void) { printf("\07"); }
>> perl:
> print "\07";
>> >
Why not try:
printf("\a");
Regards,
Mark
--
___________________________________________________________________
Mark Fallon Tel : +353-1-6798911
Researcher +353-1-6040146
Hitachi Dublin Laboratory Fax : +353-1-6798926
Trinity College Dublin Email : mark.fallon at hdl.ie
___________________________________________________________________
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!