Here's how you can access the notepad on your computer and also make the most out of its features when you try out these tricks.
For windows 7:
- Open Notepad by clicking on the Start button .
- In the search box, type 'Notepad'.
- In the list of results, click Notepad.
For windows 8 and 8.1:
- Place your cursor on the start button that appears at the bottom left corner of the screen.
- Right-click on the start button.
- Select Run From the options.
- Type in 'Notepad', then select 'ok'.
List Of Notepad Tips And Tricks For Windows
Open The Notepad Continously
Here's a trick you can use in opening the notepad several times. To do this:
- Copy and paste the code below into the notepad.
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
- Save the file with the .bat extension (that is, filename.bat)
- Open the file after saving and see how it opens the notepad multiple times.
Create Diary on Notepad
To create a diary with on the notepad with the date and time each were created, try this trick.- From the Notepad, type .LOG on the first line (Type with Capital Letters)
- Enter your text, then save with the filename Log.txt
Create Fake Windows Errors With Notepad
Another notepad trick that you can use in creating Fake error messages on your system , To do this:- From the Notepad, Type in X=Msgbox("Message Here",0+16,"Title Here")
- Edit the text above by replacing these fields Message Here and Title Here with what you want the displayed error message and error title to be.
- Save the file with the filename error.vbs
- To view the errormessage, Locate the file on your system using its filename, click on the file and you’ll get your custom error message.
Note: Manually type the quotes in the code, if you encounter errors.
Make Computer Speak Your Typed In Text
Want to hear your computer speak whatever you type in irrespective of it's length? Then alos try this out. out use this trick, follow these steps:- From your Notepad, Copy & paste this command
Dim message, sapi
message=InputBox("What's up you?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("What's up you?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
- Save the file with the filename as speak.vbs.
- Locate the folder where the file is saved and open it.
- Enter the text which you the computer to speak, then select 'ok'.
The list above for the notepad tricks works quite well. By Implementing them, you can do so much more with the notepad on your PC.