Hi,
I want to excecute unix command from remote PC using XManager 2, and I try to create this script on unix box as below
!/bin/sh
#
/usr/dt/bin/dtterm -ls -display 192.19.250.100:0.0 <<- XEND
prtdiag
XEND
and I executed that script from XManager.
the terminal windows can be open but this script not execute the command,
any suggestion