echo "Install RTL 8139 Ethernet Adapter Driver (MDI)"
echo 'Please input source path ? ( ex: a:/sco/5.x) \c'
read d_path

echo "Please wait to transfer files ................"
if [ ! -x /tmp ]
then
    mkdir /tmp
fi
doscp $d_path/8139.vol     /tmp/VOL.000.000 
echo "Transfer End ............"
echo "Please use 'custom' to install the driver."
echo "And follow the following options::"
echo "  Software/Install New/From 'your computer'/MediaImages"
echo "Then enter the directory::/tmp"

