@echo off :lg cls echo // --LG36 CHAT-- echo // echo // Type the number of the computer you wish to echo // talk to in the form xx (e.g. 05) set /p c="// Computer: " set /p m="// Message: " echo. net send lg36x%c% %m% pause goto lg REM Based on: http://www.osix.net/modules/article/?id=675