@echo off title Messenger : cls echo Messenger set /p a=Benutzer: set /p b=Nachricht: net send %a% %b% pause goto