- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
1.Copy the below code
set a = CreateObject("SAPI.SpVoice")
for i = 1 to 3
set a.Voice = a.GetVoices.Item(1)
a.Speak"Hello"
next2.Create a new Text document. Paste the code in the document.
3. Save the Text as filename.vbs .
4.Run the file.
Comments
Post a Comment