if [ ! -d /c/home/photo/`date +%Y` ]
then mkdir /c/home/photo/`date +%Y`
fi
if [ ! -d /c/home/photo/`date +%Y`/`date +%F` ]
then mkdir /c/home/photo/`date +%Y`/`date +%F`
fi
mv /k/DCIM/100NCD40/* /c/home/photo/`date +%Y`/`date +%F`
/c/windows/explorer c:\\home\\photo\\`date +%Y`\\`date +%F`
posted by sharkfu at 1:02 AM on January 12, 2008 [1 favorite has favorites]