@echo off cls title CX IP Messenger echo Welcome to the CX IP Messenger BETA! echo ---------------------------------------- pause :a color 0a cls set /p n=Reciepient's IP Address: set /p m=Type your message here: net send %n% %m% set /p c=Do you want to send another message? (y/n) if %c%==y goto a