How To Convert Text Into Audio Using Notepad

This is simple notepad trick that convert any text to audio with just a click. 

Using VBScript

1) Open Notepad , and copy/paste following code 


Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.dhavalkoradiya.blogspot.com","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


2) Save as .vbs Extension

PREVIEW


Enjoy :)

Use Keyboard As Mouse

Simple...

When mouse isn’t working properly , 

this trick can be very helpful. To activate mouse keys all you do is press Alt+Left shift key + NumLock and click OK or press enter .


Use the Numerical pad for controlling the mouse pointer.

5 is for click.

+ is for double click

- for right click.



Enjoy :)

Send a SMS to a mobile phone using e-mail

Very Simple Step...

  1. Open your mail provider
  2. Compose mail with below format
  3. In the To field type in phonenumber@domain.name
    eg. For AT&T user -> 123456789@txt.att.net 
  4. The most popular SMS domain names you can find with this link
  5. In this list, you have to find your mobile service provider and the domain you need to use
  6. Click to send and that’s it.

Procedure to block an unblock internet sites

Follow this step:
  • Go to Start and type RUN .
  • Type C:\WINDOWS\system32\drivers\etc
  • Open the file "HOSTS" in a notepad
  • Under "127.0.0.1 localhost" . Add IP Name
    IP - IP of the site to be blocked
    Name - Name of the site
Example :
127.0.0.1 localhost
210.210.19.82 www.sifymall.com

Sifymall is now unaccessable . For every site after that you want block , just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before. 


Enjoy :)