"Mr. Geek" <[EMAIL PROTECTED]> wrote:
> So I hope that my next question won't seem as strange. Is there
> some software that will allow me to erase pictures which are
> stored on the camera?
I have a delete script I wrote that I tied to a menu (watch for
email line feeds):
#!/bin/sh
#gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal mode)"
-D-R
echo "Delete all pictures? (y/n)"
read WAIT
if [ "$WAIT" = "y" ] ; then
echo preparing to delete....
# gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal
mode)" -D -R
gphoto2 --port=usb: --camera "Canon PowerShot A80 (normal mode)"
-D -R
echo Done deleting
echo
else
echo OK, NOT deleting
fi
sleep 2
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________