I've just started out with powershell, is there a way to make text have a typewriter effect, as if someone is writing it?
I understand that Write-Host ouputs the text, and I can use Start-Sleep for delays between chunks of text, but I need to have delays between each character of a word.