Click here to Skip to main content
15,868,420 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
hi....
here iam just sending messages over LAN Using the following steps which i got from an article of:
(http://www.wikihow.com/Chat-Using-Lan")
Actually it only applies only on OS(Windows XP)but does'nt work on Windows7...
The code in the above article is :
JavaScript
@ echo off
:A
Cls
echo Messenger
set /p n=User:
set /p m=Message:
net send %n% %m%
pause
Goto A

.
would any one help me in modifying the code which is to be further implement in windows 7...
Posted
Updated 25-Aug-14 20:15pm
v3

1 solution

 
Share this answer
 
Comments
[no name] 26-Aug-14 3:32am    
does this work on windows 7....
the above u suggested also states that it does not work on windows7...?
so would you help in improving my question?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900