echo "Please wait to transfer file .........."
if [ ! -x /tmp ]
then
   mkdir /tmp
fi
doscp a:/sco5/en1208.drv   /tmp/VOL.000.000
echo "Transfer file end ..........."

