[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.
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.
[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"
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.
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 .
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.
