Services Start & stop scripts--help required

Dear All,

Pls find my scripts for Agent services strat & stop.
EAMSROOT=/opt/panaces
export EAMSROOT
cd $EAMSROOT
nohup ./OracleAgent.sh start &
nohup ./PFRAgent.sh start &
nohup ./PFR.sh start &
nohup ./SolarisOSAgent.sh start &
exit 0

EAMSROOT=/opt/panaces
export EAMSROOT
cd $EAMSROOT
./OracleAgent.sh stop
./PFR.sh stop
./PFRAgent.sh stop
./SolarisOSAgent.sh stop

This is working fine but i want the status to be show like services complete sucessfully or aborted etc.

pls help me as trying lot for the solution.