Steps you need to follow:-
Step.1 Open Notpad Step.2 Copy and Paste the following codeSet Sapi = Wscript.CreateObject("SAPI.SpVoice")
dim str
if hour(time) < 12 then
str = "Good Morning sir "
else
if hour(time) > 12 then
if hour(time) > 16 then
str = "Good evening sir "
else
str = "Good afternoon sir "
end if
end if
end if
str= str & "welcome to your PC sir! "
Sapi.speak str
Step.3 Now save the file as welcome.vbs a script file will be create
Step.4 Copy to the script file and try to paste on this path
Win 7,8,vista user->C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Win XP user->C:\Documents and Settings\All Users\Start Menu\Programs\Startup
Top News Portal on Bihar :More than 400 police officers in Bihar have been dismissed for violating the liquor ban imposed by the state government two years ago, the authorities said on Friday.The Economic Offence Unit of the Bihar Police has initiated a process to seize properties of the dismissed officers.State police chief K.S. Dwivedi said the government will take more such tough actions to ensure the ban is unaffected.
ReplyDelete