Powershell Script met Asscii en spreken.

poweshell

 

 

$Force = @"

_ _
/_| |_\
//|| ||\\
// || || \\
// ||___|| \\
/ | | \ _
/ __| |__ \ /_\
/ .--~ | | ~--. \| |
/.~ __\ | | / ~.| |
.~ `=='\ | | / _.-'. |
/ / \| |/ .-~ _.-'
| +---+ \ _.-~ |
`=----.____/ # \____.----='
[::::::::| (_) |::::::::]
=----~~~~~\ /~~~~~----=
| /`---'\ |
\ \ / \ / /
`. / \ .'
`. /._________.\ .'
`--._________.--'

May the Force be with you

"@

Clear-Host

$Force
(New-Object –ComObject SAPI.SPVoice).Speak(“May the Force be with you”)