Introduction: Chat Program
This is no fake, the CMD program that I will show you how to make is a chat program. You can message your friends or family in school or at home!
Step 1: Open Notepad
Press the windows button, then type notepad or make a new text document.
Step 2: The Code (1)
Type this into the notepad and save it as messenger.bat
@echo off
color 0a
title Chat Messenger
echo Hi, welcome to the chat program!
echo.
set /p username=Enter Your Name:
echo %username% had joined! >>join.dat
:message
set /p message=Say:
goto :send
:send
echo %username%: %message% (%time%)>> log.dat
goto :message
Either type, copy, or download from this link: https://drive.google.com/file/d/0B49gQ2qjqc5dcmNqY...
Step 3: The Code (2)
Type this into a new document and save it as receiver.bat
@echo off
color 0a
:read
cls
type join.dat
echo.
type log.dat
echo.
timeout /t 1
goto :read
Download Link:
https://drive.google.com/file/d/0B49gQ2qjqc5dUDdaT...
Be sure to save this in the same folder as the other program.
Step 4: Try It!
Now just open both programs, type in your name, and say something. Boom! You just made a chat program. Now all you have to do to chat with others is share the folder with them! To share the folder... Right click the folder and press share. Now specify who on the network you are sharing it with and press apply and done. How this works is the messenger makes a document and the receiver reads the document and types it on the screen.

Participated in the
Coded Creations
17 Comments
2 days ago
anyone have a fix to this: on one of the windows i cant chat and its saying "Waiting for 1 seconds, press a key to continue . . ." but when i press a key nothing happens and also the only keeps glitch to a zero and it repeats that
2 years ago
It doesn't work. Is this supposed to be an actual app, or not?
2 years ago
Thanks for the cool programm! Btw, does this use any internet ect.? Also, i deeply enjoy this programm! Good job!
Question 2 years ago
Its not sending, I sent it to my friend, but he is not just seeing me
Question 4 years ago
How do I add more people to my server?
Answer 3 years ago
put other names for they like its your new user
3 years ago
This is really cool! Thanks for making it!
Tip 3 years ago
Use color code F0 instead of 0a for a cool actual app look.
Question 3 years ago
Hi! This program worked great for me, until i right-clicked on the messenger box and the code kept copy-pasting itself into the receiver box, and it wouldn't stop. I've tried restarting the program, and even deleted the receiver file to make a new one from scratch, but it didn't work (the code was still spamming in the chat). How do I fix this??
Question 3 years ago
how do you re start the program
4 years ago
it works greate.
4 years ago
i enter my name and it says access denied then say
4 years ago
this doesnt seem to work
6 years ago
Nice Job, Very Impressive, keep up the Good work!
7 years ago
Hey ,i am a student at (DPU "IT department") was looking for an IT project and i found this and its amazing thanks for posting this video. i support you ,(post more c# programing).
7 years ago
this is amazing iv long waited for this
7 years ago
yo this works thnx