View Single Post
Old 13-07-2006, 06:15 PM   #11 (permalink)
ferrarif50
In The Zone
 
ferrarif50's Avatar
 
Join Date: May 2004
Posts: 221
Talking Re: Chat With Command Prompt

Well ... heres is version 1.1 ;0

This avoids the repetitive entry of the IP address:


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


This stuff is more useful in a LAN/Intranet system.
__________________
My time machine will take you one hour into the future in only sixty minutes!
ferrarif50 is offline