Comments

How to make chat with command prompt (cmd)

Written By Unknown on Saturday, January 7, 2017 | 2:48 AM

First open Notepad and copy and paste the following code. Then save as "Messenger.bat" and close the Notepad

OPTION A
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

OPTION B

@echo off
echo Messenger
echo When typing the computer name, type
echo in /server:computer replacing
echo computer with the IP adress of the computer.
:START
set /p c=Enter computer name here:
:A
set /p m=Enter message here:
msg * %c% %m%
GoTo A

This allows you to create a messenger on Windows 7 and after entering the ip address of the computer for the first you can simply send messages after that, without needing to re-enter the ip address

Step 1: Connect with other people




When you open the file, Messenger, it will open the command prompt and show the following text:
Messenger
User:
Then write the IP of the person you are trying to reach.
Share this article :

Post a Comment

 
Copyright © 2011. SILENTGENIUS - All Rights Reserved
Proudly powered by Blogger