Archive for 12/14/10

Print a pattern in matrix form

Type the given code in Notepad….

@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

Posted in by » ραη¢нαηαη∂ «. No Comments

Make a folder without any name

Do you know how to make a folder without a name? is it possible? oh yea it is possible. just try it out..

1. clcik the folder.. right click on it..then click rename...and delte the old name

2. then pressing ALT button from num pad of your keyboard and type 0160 after that press enter.

important think to notice :(you have to type by pressing the ALT button ..don't stop pressing and while you will type 0160 it will not appear..u will continue typing and press enter.. thats it)

Posted in by » ραη¢нαηαη∂ «. No Comments

Know IP configuration of your system

Copy the code given below in notepad :-

@echo off

echo ipconfig /flushdns

ipconfig /flushdns

echo ipconfig /release

ipconfig /release

echo ipconfig /renew

ipconfig /renew

and save it with .bat extension

Posted in , by » ραη¢нαηαη∂ «. No Comments

Google- I’m Feeling Lucky button

Ordinarily when you type in a search query in Google search, you press the search button, and Google returns a list of multiple Web sites matching your search query. The I’m Feeling Lucky button skips the search results page and goes directly to the first ranked page for that search query.

But some time I’m Feeling Lucky button gives you funny output for some search queries….

•Google 133t

•Google loco

•Google gothic

•Google bsd

•Google linux

•Google easter egg

•Google cheese

•ewmew fudd

•xx-Klingon

•xx-piglatin

•Search

•Find Chuck Norris

Posted in , by » ραη¢нαηαη∂ «. No Comments

Shake your browser

Just copy the below code and paste it to your web browser address bar and press enter..

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Posted in , by » ραη¢нαηαη∂ «. No Comments

Constantly Repeat Messages

Paste the following code in the notepad file:

@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 any file name but with .bat as extension

Posted in by » ραη¢нαηαη∂ «. No Comments