How to chat with command prompt(cmd) in windows
Posted by
h
Hi guys have you heared any time about messenger with command prompt.It is also not required any third party messenger software's to install in our PC.We can easily create a chat box by using command prompt and can chat with our friends in windows OS.In this tutorial i will show you an detailed view about how to chat with command prompt in windows OS.In order to chat everyone usually download third party software's and starts talking with their friends.But with this tutorial you can easily built an messenger by using command prompt and easily can chat with our friends.This is only possible in windows XP,7 and windows 8.Just follow below steps
Steps to follow
- Open Notepad.
- Copy below code into Notepad
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
- Save file as "Messenger.bat"
- Now go to control panel and click on "Administrative tools"(Make sure you should be in classic view)
- Now click on "services" and search for "messenger" and click on it
- Then you can see "start up type" which is in disabled mode in messenger properties(Local computer)window.Now click on disabled and change it into manual.
- Now click on start button and press on apply.
- Do the same procedure on your remote PC,until this service is activated on remote PC.
- Now you click on messenger.bat file which is created before.since this file is batch file it will open with command prompt Now you can see Messenger and User in that cmd.Now you have to type IP address of remote PC in user line and below that you have to type your message then press enter that's all now your message will delivered to your remote PC.
0 comments:
Post a Comment