如何使用Lan在两台计算机之间聊天 [英] How To Chat Between Two Computers using Lan

查看:68
本文介绍了如何使用Lan在两台计算机之间聊天的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨......

这里我只是通过局域网发送消息使用以下步骤我从以下文章中获得:

(http:// www。 wikihow.com/Chat-Using-Lan)

实际上它只适用于操作系统(Windows XP),但在Windows7上无效...

代码在上面的文章中是:

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 :

@ echo off
:A
Cls
echo Messenger
set /p n=User:
set /p m=Message:
net send %n% %m%
pause
Goto A





任何人都可以帮我修改代码,这些代码将在windows 7中进一步实现...


.
would any one help me in modifying the code which is to be further implement in windows 7...

推荐答案

chat-on-lan-using-command-prompt [ ^ ]


这篇关于如何使用Lan在两台计算机之间聊天的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆