Notepad is the best software program available in windows. It is the only program which is support by almost all the platform whether it is Windows, Mac etc. Notepad is also available on the Smartphones operating systems like iOS and Android . We all use it to do all the basic features like cut,copy, past ,etc. But it is much smarter than what we think, if it is used to perform some more task or various other functions. So, here are some cool tricks & tips to perform some smart functions on notepad.
1. Make A Personal Diary
You can use Notepad as a simple digital diary ( personal Log-Book ). Just follow the given steps to make your own digital diary !
Step 1: Open Notepad.
Step 2: Type .LOG (in capital letters) and hit enter.
Step 3: Save it with the name you want and close it.
Step 4: Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.
2. Convert Text Into Audio
By this trick you can convert any text to audio with just a click.
Step 1: Open Notepad file.
Step 2: Copy and paste the given code :
Dim msg, sapi
msg=InputBox
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Step 3: Save this file with any name with .vbs as extension. For eg. TextToAudio.vbs
Thats it ! Your free Text to Audio converter is ready to be used. Now open the saved file and enter the text you want to convert and click OK.
No comments:
Post a Comment