Skip to content

Instantly share code, notes, and snippets.

@eimon96
Created April 21, 2022 17:56
Show Gist options
  • Save eimon96/3954296ac7c9228a1f636174f89fd010 to your computer and use it in GitHub Desktop.
Save eimon96/3954296ac7c9228a1f636174f89fd010 to your computer and use it in GitHub Desktop.
paste on shell:startup folder to get welcomed
' 4/2022
On Error Resume Next
set blabla = Wscript.CreateObject("SAPI.SpVoice")
Set blabla.Voice = blabla.GetVoices.Item(1)
blabla.speak "eimon, welcome!"
Wscript.Quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment