Hello friends,how are you?how is your life going on?Are you getting bore with my blogs?i know that you all enjoying my blogs a lot,today i'm sharing some interesting tricks of Notepad,just read it carefully and try to understand it:):)
1)Matrix Effect :-
- Copy the below text in a notepad :
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Save the file with .bat extension,after that open the file and see the magic.
2)Continuously Display Messages :
- Copy the below text in a notepad :
@echo off
:begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
goto begin
- Save the file with .bat extension,after that open the file and see continuous messages come in front of you.
3)Convey Your Friend A Message And Shutdown His / Her Computer:-
1)@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
2)Save it as Anything.BAT in All Files and send it.
4)Open Notepad continually in your friend's computer:-
1)@echo off
:top
start %systemroot%\system32
notepad.exe
goto top
2)Save it as Anything.BAT and send it.
- ****Thanks Friends****
No comments:
Post a Comment
Please Give Me Your Views