[Update] PowerShell can talk

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 !")

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.