Hello,
A quick update to my previous post, indeed, i found a new way to make PowerShell Talk :
Add-Type -AssemblyName System.speech $voice=New-Object System.Speech.Synthesis.SpeechSynthesizer $voice.Speak("Hello Word from ItForDummies.net !")
Hello,
A quick update to my previous post, indeed, i found a new way to make PowerShell Talk :
Add-Type -AssemblyName System.speech $voice=New-Object System.Speech.Synthesis.SpeechSynthesizer $voice.Speak("Hello Word from ItForDummies.net !")