如何對區域網路內的所有電腦作廣播?【問題】



贊助商連結


all600
2002-08-03, 10:46 AM
各位高手您們好: 小弟我有一個小問題: 如何對區域網路內的所有電
腦作廣播? 例如:送出一個Message給所有的電腦, 但不管其他電腦是否
有收到這Message, 只要有收到的,就回應給我收到此Message的電腦IP或名
稱 ... (win98/win2000)

贊助商連結


Schnaufer
2002-08-03, 04:44 PM
  如果只是要傳送給有 connected 到 server 的電腦,可以用 net send /users "message"。如果是 NT 3.1 則用 net send /broadcast "message" 這個指令。

all600
2002-08-04, 07:49 AM
最初由 Schnaufer 發表
  如果只是要傳送給有 connected 到 server 的電腦,可以用 net send /users "message"。如果是 NT 3.1 則用 net send /broadcast "message" 這個指令。

指令是在ms dos 下的嗎?
我的作業系統是win98 結果出現如下訊息

>send /users "TEST NEWS SEND"。

The command SEND/USERS " TEST NEWS SEND " is unknown. For a list of valid commands,
type NET HELP at the command prompt.

指令是否有誤? 請指教!

firebolt
2002-08-04, 04:00 PM
指令是〝net send〞喔!
完整語法:net send_電腦名稱_訊息字串.....
〝_ 〞就是空格.....
電腦名稱亦可以IP代換之....

all600
2002-08-04, 06:32 PM
對不起 好像不行啊 訊息如下
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1998.

C:\WINDOWS>net send 192.168.0.5 test
The command SEND is unknown. For a list of valid commands, type NET HELP at
the command prompt.
For help, type NET /? at the command prompt.

C:\WINDOWS>

Joes
2002-08-04, 07:32 PM
要是NT or 2k or Xp才能用net send這個指令吧:)...

all600
2002-08-06, 06:39 AM
謝謝!
那 請問有無軟體可在win98下可以送出Message給所有的電腦?
我是使用Ugate 3100 IP分享器,區網內之電腦有些沒有開分享功能,(也就是在網路芳鄰看不到)

windpp
2002-08-06, 03:05 PM
win98好像要裝winpopup
win 2000使用net send即可

Joes
2002-08-06, 04:06 PM
附帶一提:
winpopup需要兩台同時啟用才能接收的到訊息...:)