Am Mi, den 25.02.2004 schrieb Chadley Wilson um 17:13: > Hi guys is there a utlily like winpopup 4 linux that is compatible with > with realpopup and winpopup, Samba! To send a message: echo "your message" | smbclient -M RecipientsMachine More comfortable with this little script called winpopup.sh #!/bin/bash machine=$1 shift echo $@ | smbclient -U $USER -M $machine Then you can do # winpopup.sh Recipient Hi there? > I did search the net and got a whole lot of web popup blocking advise. > > chad > Try linpopup (GTk+) or linpopup2 (GTK+2; http://sourceforge.net/projects/linpopup2/) If you are using KDE try Popper (http://sourceforge.net/projects/kpopper/) or kpopup (http://freshmeat.net/projects/kpopup/) If you are a console user look at smbwatch (http://sourceforge.net/projects/smbwatch/) Or you can write a script yourself, look at: http://www.oreilly.com/catalog/samba/chapter/book/ch08_04.html Christoph