bluegroper
Technical User
I hope somebuddy can help me with this.
I need to be able to send messages from a Samba server to various windows workstations.
A clip of my shell script is below.
It works perfectly when sending to a Win2000 workstations, but is totally dead when trying to send to Win98 workstations.
Is this caused by differences in WinPopup, or something else entirely ?
TIA's
ßG
#!/bin/bash
# /usr/local/bin/tester
# usage is tester "username" "ip-address"
MESSAGE="Can you read this \077"
echo -e $MESSAGE|smbclient -M $1 -I $2 -U "Admin"
I need to be able to send messages from a Samba server to various windows workstations.
A clip of my shell script is below.
It works perfectly when sending to a Win2000 workstations, but is totally dead when trying to send to Win98 workstations.
Is this caused by differences in WinPopup, or something else entirely ?
TIA's
ßG
#!/bin/bash
# /usr/local/bin/tester
# usage is tester "username" "ip-address"
MESSAGE="Can you read this \077"
echo -e $MESSAGE|smbclient -M $1 -I $2 -U "Admin"