Thursday, June 7, 2018

Powershell speaks

Add-Type -Assembly System.Speech; $voice = New-Object -TypeName 'System.Speech.Synthesis.SpeechSynthesizer'; $voice.Speak("I've got a P H D in pain and a master's in disaster.");

No comments:

Post a Comment