Notepad tricks/Trick to make your pc speak !!!
Sabtu, 17 Maret 2012
0
komentar
Make your PC speak
Now you can create your own text to speech converter software to make your computer speak whatever you type.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
After making a vbs file just double click on that file and type anything you want in the textbox.
Now you can create your own text to speech converter software to make your computer speak whatever you type.
It’s pretty cool. Just run this script-and make it read any funny sentence.Copy the code given below in notepad and save it as any name. vbs . Make sure that you save it as .vbs file.
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
After making a vbs file just double click on that file and type anything you want in the textbox.
TERIMA KASIH ATAS KUNJUNGAN SAUDARA
Judul: Notepad tricks/Trick to make your pc speak !!!
Ditulis oleh Unknown
Rating Blog 5 dari 5
Semoga artikel ini bermanfaat bagi saudara. Jika ingin mengutip, baik itu sebagian atau keseluruhan dari isi artikel ini harap menyertakan link dofollow ke https://androidjones7.blogspot.com/2012/03/notepad-trickstrick-to-make-your-pc.html. Terima kasih sudah singgah membaca artikel ini.Ditulis oleh Unknown
Rating Blog 5 dari 5
0 komentar:
Posting Komentar