Browsing Archive: June, 2009

Google trick

Posted by Mohamed Adam on Friday, June 26, 2009, In : Google 
Google trick


[trick]Get serial u want [trick]Get serial u want Get the serial number you need ! (For Certain Things)

* Go to Google.

* In the search field type: "Product name" 94FBR

* Where, "Product Name" is the name of the item you want to find the serial number for.

* And voila - there you go - the serial number you needed. See these example searches:


HOW DOES THIS WORK?


Quite simple really. 94FBR is part of a Office 2000 Pro cd key that is widely distributed as it bypasses the activation re...
Continue reading ...
 

CMD Chat

Posted by Mohamed Adam on Friday, June 12, 2009, In : CMD 
-: Chat with Friends through ms dos Command Prompt :-




1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....! @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:


7) Now, type the IP Address of the computer you want ...
Continue reading ...
 

Tricks

Posted by Mohamed Adam on Friday, June 12, 2009,
CMD TRICKS





-: Calculations On Command Prompt :-


The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:

It will be like the following..........

C:\>set /a 2+2
4

C:\>set /a 2*(9/2)
8

C:\>set /a (2*9)/2
9

C:\>set /a "31>>2"
7

Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator. For more information, type set /? at the command prompt.



...

Continue reading ...
 
 

Browsing Archive: June, 2009

Google trick

Posted by Mohamed Adam on Friday, June 26, 2009, In : Google 
Google trick


[trick]Get serial u want [trick]Get serial u want Get the serial number you need ! (For Certain Things)

* Go to Google.

* In the search field type: "Product name" 94FBR

* Where, "Product Name" is the name of the item you want to find the serial number for.

* And voila - there you go - the serial number you needed. See these example searches:


HOW DOES THIS WORK?


Quite simple really. 94FBR is part of a Office 2000 Pro cd key that is widely distributed as it bypasses the activation re...
Continue reading ...
 

CMD Chat

Posted by Mohamed Adam on Friday, June 12, 2009, In : CMD 
-: Chat with Friends through ms dos Command Prompt :-




1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....! @echo off :A Cls echo MESSENGER set /p n=User: set /p m=Message: net send %n% %m% Pause Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:


7) Now, type the IP Address of the computer you want ...
Continue reading ...
 

Tricks

Posted by Mohamed Adam on Friday, June 12, 2009,
CMD TRICKS





-: Calculations On Command Prompt :-


The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:

It will be like the following..........

C:\>set /a 2+2
4

C:\>set /a 2*(9/2)
8

C:\>set /a (2*9)/2
9

C:\>set /a "31>>2"
7

Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator. For more information, type set /? at the command prompt.



...

Continue reading ...
 
 

Categories

Blog Archive