[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Script
Print the ASCII "bell" charater to standard out. This will
work even over a telnet session as the sound will be generated
by the local terminal.
Many newer terminal emulators allow you to control the volume
of the emulated bell or turn it off. So look in whatever you
use.
From the command line you can type "printf '\a'"
or possibly (depending on which shell you use) "echo \a".
From a program simply write the bell character to standard out.
--- Dirk Terrell <terrell@boulder.swri.edu> wrote:
> On Mon, 03 Jun 2002 15:32:55 -0500, Tom Droege wrote:
>
> >1) Make the speaker beep. I want the lowest level beep - no sound
> card
> >2) Make the CDROM open it's door after I unmount it.
>
> Not sure about beeps, but "eject" will spit out the CD.
>
> Dirk
>
>
>
=====
Chris Albertson
Home: 310-376-1029 chrisalbertson90278@yahoo.com
Cell: 310-990-7550
Office: 310-336-5189 Christopher.J.Albertson@aero.org
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
- References:
- Re: Script
- From: "Dirk Terrell" <terrell@boulder.swri.edu>