Talking Computer

Create a software with 4-line code and talk to your computer

-----------------------------------------------------------------   
 
Nothing more Very little work
1) First open the Notepad.
2) Copy the code below and paste it into Notepad.
          Dim userInput
         userInput = InputBox(“Type below anything to hear you PC speak it!”)
        Set Sapi =Wscript.CreateObject(“SAPI.SpVoice”)
        Sapi.speak userInput
        Sapi.speak userInput
================================================
 3) Save the write up at .vbs Extraction.
 Finally, it will be like if you open the saved software nowadays
[I do not think there is anything else, I can take the rest myself]

** Here's the code of "user Input = InputBox (" Type below anything you're talking to! ")" Type of anything to hear you PC speak it! In place of this you can write 

Post a Comment

0 Comments