Saturday, September 25, 2010

!!!...HOw to Make A Talking File...!!!

1) Open Notepad .
2) Paste the Following document in a new file:
StrText="ENTER TEXT HERE"
set ObjVoice=CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
3) Write Anything in place of "Enter TExt HERE"
4) Click ov File -> Save As
5) Save the file with any name with extension .vbs
eg: "anything.vbs"
6) Close your file
7) Now Click on the file's icon wherever you have saved it.
.......Its fun!!!!!!!!!!

No comments:

Post a Comment