
while read f 
do echo $f
   d=`dirname $f`
   b=`basename $f`
   h=`pwd`
   cd $d
   ~/src/twin/3.0.12/win/xwin $b
   echo -n "result: "
   read ans </dev/tty
   echo $f $ans
done <exe.out
