I'm trying to make a VBS script that can say your username on your computer by using TTS.
Dim ttsbot
set sapi = wscript.createobject("SAPI.Spvoice")
Sapi.speak "*username here*"
Can someone help me on how to get the user's name and assign it as a variable, so it can be pronounced from the TTS bot?
Thanks.