PGM=`whence $1`
echo $PGM
if [ -x "$PGM" -a ! -d "$PGM" ]
then
$PGM $2 $3 $4 &
else
/usr/dt/webbackdrops/scripts/notfound.dtksh $1
fi

