FlipKart

Thursday 28 February 2013

windows start up app as your name as audio voice

Hey guys ,from the post of too many names on comment section for downloading of windows start up app as your name on www.facebook.com/csedevgroup ,i have noticed that u have not seen the post on Feb 19 on the facebook page or this blog where i have discussed in detial how to make that qpp.............Please refer the post....All those who have downloaded the app can change the windows startup name(audio voice) by right clicking the file,then edit . say the window that opens has text

Dim speaks,dev
speaks="hello devendra dora"
Set dev=CreateObject("sapi.spvoice")
dev.Speak speaks

In the above vbs script, hello devendra dora can be replaced by your own name or any text
Then save it.

The sample file with the above given code can be downloaded from https://docs.google.com/file/d/0B_IS9V1cHAc_YkUzZmhkYjJvZ2c/edit?usp=sharing

and following the above given steps in setting up the app
The shortcut of the downloaded file can be placed in the location
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
or
to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7,8and Windows Vista) where c is the system drive here and it can be anything.

------->If any of the folder in the above given location is not visible then goto tools >folder options >view> select the show hidden files and folders.
It is done now........................

1 comment: