Wednesday, 6 February 2013

making a computer speak on its startup

Posted by No Filter Post on 22:53 with No comments

Dim speaks, speech
speaks="Welcome to your PC Abhishek"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
just copy above code and paste in notepad and save it as something.vbs( make sure extension must be vbs)
and place it in startup .
GO to c: users: username: appdata:Roaming: microsoft: windows: start menu: programs: statrtup
Categories: ,

Related Posts:

  • customize your google doodle Everyone want need some changes .. most of people uses google . If you are bored with old google doodle then their is a nice way to change it . google have many doodle as you can see it changes its doodle on special days . n… Read More
  • Stop Facebook from marking messages as 'Seen' Chat Undetected lets you disable Facebook Messenger’s read receipt feature, preventing others from seeing if you have viewed a message or not. With Facebook Messenger’s read receipt feature, anytime you chat with someon… Read More
  • how to create signature in gmail Have you ever thought of creating signature in gmail. There are a facility in all email program to add a signature and having a signature of your own with a image or logo seems very good isn't it .   In presen… Read More
  • Hide Files or Folders Using Command Prompt 1.     Press windowkey+R: Run command dialog box appears. 2.     Now type "cmd" and hit enter. A command prompt window displays. 3.     Now type "attri… Read More
  • make your computer speak Dim message,sapi message=InputBox("What do you want me to say?","Speak to Me") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message just copy and paste in notepad and save as something.vbs and just double click on it … Read More

0 comments:

Post a Comment

Write your views in comment....