关于ipc$ 如何从linux上给windows发送popup消息??????

由 Snoopy 在 02-14-2003 14:42 发表:

关于ipc$?????

别人是2000的机子,他只开ipc,怎么登陆它啊?

是不是linux下没有ipc$的啊?如何办呢?


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 tister 在 02-15-2003 14:29 发表:

linux下当然有ipc 了

http://www.linuxaid.com.cn/tips/4/8/48930018.shtml

巧问题 如何从linux上给windows发送popup消息?

如何从linux上给windows发送popup消息?

出处 水木清华BBS

技巧主题 根目录-=>其它问题-=>辅助工具

技巧作者 ideal

发表时间 2003-01-30 09:11:14

写了个net脚本,类似于2k下net send

可以发SMB消息.

把下面脚本保存为/usr/local/bin/net

chmod +x /usr/local/bin/net

#!/bin/bash

#/usr/local/bin/net

case "$1" in

send)

echo "$3"|smbclient -I "$2" -M `nmblookup -A "$2"|sed -e '1d'

-e '3,/*/d'|cut -f2|cut -d' ' -f1`

;;

*)

echo "Usage:net send

 1<ipaddr.> <message>"   
 2  
 3exit 1   
 4  
 5esac   
 6  
 7例子:   
 8  
 9net send 192.168.0.1 "hello, workd!"   
10
11
12  
13
14
15* * *
16
17  
18_由 Snoopy 在 02-15-2003 15:10 发表:_   
19  
20
21
22****
23
24  
25  
26
27
28这个是吗</message></ipaddr.>
Published At
Categories with 服务器类
Tagged with
comments powered by Disqus