Showing posts with label notepad. Show all posts
Showing posts with label notepad. Show all posts

Tuesday, January 25, 2011

Notepad fun.........

Notepad fun.........

~!~!~!~ Trick#1 ~!~!~!~

1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.

After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.

~!~!~!~ Trick#2 ~!~!~!~

1.open notepad
2. type "bush hid the facts"
3. save it and close it...
4 then open it again........n see the changes...............

~!~!~!~ Trick#3 ~!~!~!~

Do you know the number of the flight that was used to attack the world Trade Centre????
The flight number was Q33N.

Now, open your Notepad, type the number of the flight (i.e. Q33N).
Now click on format>font, increase the font size upto 72, and change the font style to 'wingdings'.
Now see the ammmaaazzzing thing.

~!~!~!~ Trick#4 ~!~!~!~

Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If you:
1. Open Notepad
2. Type the text "this app can break" (without quotes)
3. Save the file
4. Re-open the file in Notepad

Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't support those characters.

It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file correctly. It's only when Notepad reads the file back in that it seems to lose its mind.

Open notepad continuously

A code below that will Drive your friend crazy as it opens notepad continuously.


 When you type the below code and rename it as *.bat it take the above showed icon shape.

To Open Notepad continuously in your friend's computer

Type the code in notepad as :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as notepad.BAT and send it.

-: Note :-
If you want to try it, then go ahead and when you built this file double click to open it. But beware it slows your system and you will be left with no other option than to restart, as this script opens 100's of notepad window. So, If you want to try this than save all your work and then run this file.

Small fun computer tricks

~!~!~!~ Trick#1 ~!~!~!~ 
 
1. Open a blank Notepad file 
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it. 
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the
file and places the cursor on the line after. 
4. Type your notes and then save and close the file. 
 
After that open the file and see the changes. 
by this trick u can also use ur notebook as a personal diary. 
 
~!~!~!~ Trick#2 ~!~!~!~ 
 
1.open notepad 
2. type "bush hid the facts" 
3. save it and close it... 
4 then open it again........n see the changes............... 
 
~!~!~!~ Trick#3 ~!~!~!~ 
 
Do you know the number of the flight that was used to attack the world Trade Centre???? 
The flight number was Q33N. 
 
Now, open your Notepad, type the number of the flight (i.e. Q33N). 
Now click on format>font, increase the font size upto 72, and change the font style to 'wingdings'. 
Now see the ammmaaazzzing thing. 
 
~!~!~!~ Trick#4 ~!~!~!~ 
 
Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If
you: 
1. Open Notepad 
2. Type the text "this app can break" (without quotes) 
3. Save the file 
4. Re-open the file in Notepad 
Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't
support those characters. 
It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file
correctly. It's only when Notepad reads the file back in that it seems to lose its mind.

Toggle your friend's Caps Lock button continuously

What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.

Open Notepad and Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Save it as "Caps.VBS" and send it to your friend. Double Click it if you wanna see it working. Its a very funny Notepad Trick.

Note: Don't worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process "wscript.exe"

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger