Top 3 Notepad Tricks
Notepad is the simple text editor. it was published by Microsoft any version of Windows. it is very helpful for all users write a short note. after the save notepad file it was automatically saved in ".txt" format.
Today i'm ready to share top Notepad Tricks. that tips you can use astonish your friends.
1. Create fake windows errors
this is cool and awesome notepad trick. it's show a fake error message for user. now follow this steps.
- Open Notepad
- Type or Copy this codes.
X=Msgbox("Message Here",0+16,"Title Here-slhackz.blogspot.com")
- Replace Message Here and Title Here-slhackz.blogspot.com with your Error message body and title of Error window.
- Now save your file with .vbs extension like fake.vbs
- Now run your saved file, after the run you can see your fake error message.
2. Bush Hid the facts
This is the most famous and short notepad trick. follow this steps.
- open notepad
- Type or Copy this codes.
BUSH HID THE FACTS
- Now save your file with .txt extension like Bush.txt
- Now run your file, is it amazing?
3. Speak Your Computer
This trick can speak your message by Computer.
- open notepad
- Type or Copy this codes.
message=InputBox("http://slhackz.blogspot.com/")
Set sapi=CreateObject("sapi.spvoice")
- if you want to change the message replace http://slhackz.blogspot.com/ with your message.
- Now save your file with .vbs extension like speak.vbs
- Now run and listen it.
Top 5 Notepad Tricks
Notepad is the simple text editor. it was published by Microsoft any version of Windows. it is very helpful for all users write a short note. after the save notepad file it was automatically saved in ".txt" format. Today i'm ready to share top Notepad Tricks. that tips you can use astonish your friends.
1. Create fake windows errors
this is cool and awesome notepad trick. it's show a fake error message for user. now follow this steps.
Open Notepad
Type or Copy this codes.
X=Msgbox("Message Here",0+16,"Title Here-slhackz.blogspot.com")
Replace Message Here and Title Here-slhackz.blogspot.com with your Error message body and title of Error window.
Now save your file with .vbs extension like fake.vbs
Now run your saved file, after the run you can see your fake error message.
2. Bush Hid the facts
This is the most famous and short notepad trick. follow this steps.
open notepad
Type or Copy this codes.
BUSH HID THE FACTS
Now save your file with .txt extension like Bush.txt
Now run your file, is it amazing?
3. Speak Your Computer
This trick can speak your message by Computer.
open notepad
Type or Copy this codes.
dim speechobject
set speechobject=createobject("sapi.spvoice")
speechobject.speak "http://slhackz.blogspot.com/"
if you want to change the message replace http://slhackz.blogspot.com/ with your message.
Now save your file with .txt extension like Bush.txt
Now run your file, is it amazing?
Post a Comment
Give us a comment.