[How to] Chat With Command Prompt



If you want personal chat with a friend
you don't need to download any yahoo messenger or facebook.
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A




Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!


But only problem here is to find the IP address of your friend.


Read More Add your Comment 0 comments


[How to] Know If Your Computer is Male Or Female !



After many days I am gonna write a small post regarding voice of your computer.
For this you need to have notepad, a speaker and that should be connected to your PC(if laptop,, only notepad is enough) .
Follow the below steps and know whats your computer's voice.


Open Notepad and paste the following code.

CreateObject("SAPI.SpVoice").Speak"Hi wassup, Myself Raviraj"


  • Save notepad file as gender.vbs and close the notepad. (gender- anything).
  • Now open the saved file .
If you hear male voice your computer is male and if you hear female voice your computer is female. 
You can change the voice by changing "
Hi wassup, Myself Raviraj" by ' your message' and also can be saved as "anything.vbs".
Enjoy and Do like us on Facebook. Just for fun. Enjoy the trick.


Read More Add your Comment 0 comments


 

© 2010 Computer Tricks

Visit our latest blog TecheSound for latest tech updates.