Sunday, May 19, 2013

E-SET NOD ANTIVIRUS 16TH OCT 2013 USERNAME AND PASSWORD

USERNAME: EAV-30326836 PASSWORD: ccka4dvsuv Anil always for U

Sunday, January 29, 2012

Friday, January 14, 2011

earning money

Earn upto Rs. 9,000 pm with PaisaLive.com!

Hi ,

I have something interesting for you - you can easily earn regular income online via PaisaLive.com!

It�s really amazing! You get paid to open & read the contents of PaisaLive mails. You also receive special discount coupons, promotions and free passes to various events in your city.

Join now and get Rs. 99 instantly, just for joining. What more, as a special bonus you get paid for inviting your friends also!

Create your PaisaLive Account & refer your friends to earn launch referral bonus on every new registration.

http://www.PaisaLive.com/register.asp?1333793-5491162

PaisaLive - Get Paid to read emails

yours
$ @N! $

Thursday, October 07, 2010

kranthi: Some More Tips To Speed Up Ur System

kranthi: Some More Tips To Speed Up Ur System: "How to speed up any programs' By default, Microsoft includes the /prefetch:1 switch to speed up it's Windows Media Player application st..."

kranthi: How To Prevent Ur Pen Drive Frm Virus

kranthi: How To Prevent Ur Pen Drive Frm Virus: "How to prevent your PEN drive from VIRUS h: Friends many of your PC/laptop's normally gets virus because of Pen Drives or USB devices (Eve..."

kranthi: which is the best antivirus......?

kranthi: which is the best antivirus......?: "I prefer Kaspersky internet security 2009.. he name Kaspersky may not be the most widely recognized to most consumers when it comes to soft..."
Make Your Pc Talk
Hope this is the right section.
Make you Pc talk without any software.
Copy this and paste in notepad:

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg



Then save it as .vbs extension
Run the file and enter whatever text you want.
Tested on Vista 32bits and XP.
For those you want it like a loop:
Copy this and paste in notepad:

Dim msg, sapido
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
loop until msg=""



Then save it as .vbs extension
Run the file and enter whatever text you want.
What is does is after the enter text, it would talk then pop back up.
Close by clicking cancel or leaving message blank.
How to make it Read any text file you saved, once it is in the same directory.

Step 1: Copy this and paste in notepad:

Const ForReading = 1
strText = InputBox("Please type in the name of the file you want to read the file, the file has an extension .txt","Read text files from notepad")
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objText = objFSO.OpenTextFile(strText + ".txt", ForReading)
strText = objText.ReadAll
objText.Close
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak strText



Step 2: Then save it as whatever you want.vbs extension
Step 3: Open notepad write whatever you want there and save it with the default extension which is usually .txt
Step 4: Now make sure the text file is in the same directory as the .vbs you save.
Step 5: Run the .vbs and enter the name of the text file, caps does not matter