Displaying 1 result from an estimated 1 matches for "win95test1".
1999 Sep 28
1
Problem with smbclient
Hi!
I have a problem with smbclient and the option -M.
I'd like to send Winpop Messages to my Windows Clients.
I have noticed that command only works with short hostnames.
I have for example a win95test1.no.domain host. Name resolution is done
by
bind 8 on the samba box.
if I do
echo "Test PopupMessage" |smbclient -M win95test1
it works. (The winpopup.exe program is of course started on the Win95
box)
If I try now to do
echo "Test PopupMessage with full Hostname" |smbclient...