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: 56.108.104.107
Message: Hi
Monday, 19 May 2014
Home »
» HOW TO CHAT WITH COMMAND PROMPT
HOW TO CHAT WITH COMMAND PROMPT
Related Posts:
Know if your PC is infected with Viruses, Trojans or other MalwareThe reason why most computer malware are so deadly is because many users fail to recognize whether they have been infected or not. Had they detected t… Read More
How to Access Blocked Websites, View Restricted SitesMost of us find ourselves in situations where a website we wish to visit is blocked by a software or by our ISP (Internet Service Provider). So the qu… Read More
Password Protect folders in Windows without any Software Most of us have private data. Not all of us have a private computer to keep that data. So, we just end up with other people viewing that data. Altho… Read More
Cool Facebook Status, Chat Tricks and TipsMost of us use Facebook to interact with some of our long separated friends but that does not mean we cannot have fun on Facebook. Here is a collectio… Read More
Make Undeletable, Unrenamable FoldersHave you ever wondered how you can make a folder which neither can be deleted nor be renamed. Well, if you have, then you have come to the right place… Read More
0 comments:
Post a Comment