ALARME!!!!
Permet de jouer un WAV.
$a = new-object –type system.media.soundplayer $a.soundlocation = "C:\alarme.wav“ $a.play() |
Le p’tit son qui fait sensation.
No related posts.
Categories: Powershell
Permet de jouer un WAV.
$a = new-object –type system.media.soundplayer $a.soundlocation = "C:\alarme.wav“ $a.play() |
Le p’tit son qui fait sensation.
No related posts.