How to Make an Annoying Voice Program Using Notepad?
by AhmadJ26 in Circuits > Software
660 Views, 1 Favorites, 0 Comments
How to Make an Annoying Voice Program Using Notepad?
Code:
do strText = "write any text here"
Set objVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak strText
loop
This is totally harmless and you can end it from task manager