Showing posts with label NOTE PAD TIPS AND TRICKS. Show all posts
Showing posts with label NOTE PAD TIPS AND TRICKS. Show all posts

Sunday, 13 March 2011

Awesome Fun Note Pad Tips N Tricks On Pc Part 5 (download on rapidshare unlimited)

Ok......heres the simple tricks, fiirst open notepad on your pc and type this:-
@echo off
echo ipconfig/flushdns
ipconfig/flushdns
echo ipconfig/release

second, save it as bypassrapid.bat or any name with the extention .bat and save as all file.
third, every time you want to download from rapidshare, just double click the file and you will download there for unlimited. 

Friday, 11 March 2011

Awesome Fun Note Pad Tips N Tricks On Pc Part 4(To Make Matrix With NotePad)

Open notepad and type in
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


Save it as matrix.bat
when you open it, you will see matrix is running.... 

Awesome Fun Note Pad Tips N Tricks On Pc Part 3

Open notepad-Type this app can break in the first line-Save the File and close it.
After opening the file again, you will see that it contains all encoded characters. It happens if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.
It also works if you type AAAA BBB CCC DDDDD or any other 4-3-3-5 letter combination.

Open notepad -Type
@echo off
msg * I am tired.
shutdown -c “So, Bye Bye” -s

-Save the File as AnyName.bat
When you will open this file, your Computer will Shut down on its own after showing the message in it.

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

-Save the File as AnyName.bat
When you try to open this file, Multiple Notepad Windows will keep opening up.
Related Posts Plugin for WordPress, Blogger...