Thread: beep sound
View Single Post
Old 01-17-2008   #3 (permalink)
Oisin Grehan [MVP]


 
 

Re: beep sound

On Jan 17, 10:12*pm, "IT Staff" <jkk...@xxxxxx> wrote:
Quote:

> is there a default beep sound from powershell i can called ?
Traditionally ASCII value 7 (BEL) is used to trigger a beep from a
host:

PS> [char]7

but the .NET way to do it is:

PS> [console]::Beep()

Hope this helps,

- Oisin
My System SpecsSystem Spec