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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending popup messages from one Solaris workstation to the other.

Status
Not open for further replies.

leekb

Technical User
Oct 9, 2002
37
0
0
SG
Dear all,

In this shell script that I am writing, I need to send a popup message to another Solaris machine. Would you pls suggest a method for this purpose?

thanks in advance.
 
One way that you could do this is as follows. Note this assumes that the machine that you want to the popup display on has the xhost + or at a minimum xhost + <your host>. The window will exit when they hit return.

export DISPLAY=<their ip>:0
xterm -exec pg -p &quot;Hit Return to Exit&quot; myMessage.txt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top