Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send messages / NT LAN

Status
Not open for further replies.

macellarius

IS-IT--Management
Apr 24, 2002
1
US
I've heard there's a command that can be used to send messages to other users within our NT network using the Korn shell and the computer name of the receiver. Is this true? What's the command? What directory does it execute from, etc?

Thanks!
 
There's 'wall' on AIX - dunno 'bout other Unix
its in /bin
So
wall Your message here
will be sent to all users currently logged in
Then there's /bin/mail on AIX
mail username message

DB:)
Dickie Bird
db@dickiebird.freeserve.co.uk
 
You can use smbclient if you're running Samba on the *nix side:

Code:
smbclient -M hostname
then hit return. Samba finds the machine and tells you so, you type your message, hit Ctrl-D when you're done. This pops up on the Windows machine as if you'd used
Code:
net send hostname message
from a Windows command prompt.

If you're on a network with *nix and Windows boxen, chances are that Samba's running somewhere. ;)

Hope this helps. Matt
matt@paperlove.org
If I can help, I will.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top