Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

Thursday, August 9, 2012

Add Edit with Notepad option to RIght Click Menu

Hi Friends,
Here is the cool trick which enables the "Open With Notepad" option to Right click menu.
To do this Just copy the below code in note pad and save file as "OpenWithNotepad.reg" along with double quotes.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"

Saturday, July 21, 2012

Make Your Computer Speak


 
 Here is the awesome trick that make your computer speak
Copy and Paste the below code in notepad

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

and then save with anyname.vbs ( Here the extension should be VBS)
Make your that your filename.vbs should be in double quotes. like "filename.vbs"

Save and double click the file.

Just Type what you want and listen what your computer says... Enjoy