ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Move all images off removable drive when inserted

(1/6) > >>

wreckedcarzz:
I am the family tech and always end up having to pull pictures from flash cards and the like - would it be possible to check a specific drive/range of drives for removable media and then move all the JPG/PNG/TIFF/etc (image format) files from the card and to a new location (set in an INI file or similar, so no user interaction is needed once the program is launched).

An ideal scenario would go something like this (for non-always-on):

* User inserts card into drive F
* User runs MoveMyPics.exe
* Pictures from F go to C:\MyPics (from MoveMyPics.ini)
* User is notified that images have been moved (or not, INI option?)
* MoveMyPics closes
* User removes card
-OR-

Scenario (for always-on):

* MoveMyPics.exe is launched @ startup
* User inserts card into drive G
* MMP "sees" the drive
* Pictures from G to go C:\MyPics
* User is/not notified that images have been moved
* User removes card
Possible? I just need something so I can shove the card in, run the app (or have it running), wait for the images to be moved, and pull the card out - as fast and silent as possible.

tmpusr:
I'd like the same, but it should also auto-mount a TrueCrypt container file on the device. That either requires it to auto-type the password for TrueCrypt or to use the cached password (possible?).

Target:
more choices than you can poke a stick at

PicPark1 is intended to be run at startup - it scans for removable drives on a 2 second loop, and when one is found, scans for eligible image files and moves them to the destination folder (stored in the ini file).

PicPark2 is intended to be run once - insert your card/key/whatever and run the script.  It will scan for eligible image files and move them to the destination folder (stored in the ini file).

PicPark3 is intended to be run from the device itself.  User will be prompted for a destination directory (no ini file for this one).  Could be autorun on cards insertion

for 1 + 2 users will be prompted for the destination folder on the first run to create the ini file.  Any subsequent changes will need to be done by hand

if you want the opportunity to view the images before moving or copying you might look at this thread - https://www.donationcoder.com/forum/index.php?topic=15218.0

wreckedcarzz:
Didn't even think about a version to sit on the card itself - I coupled that with an autorun.inf file and its on both camera cards, and it works perfectly for me. :-* :Thmbsup:

Target:
I coupled that with an autorun.inf file and its on both camera cards
-wreckedcarzz (July 02, 2009, 07:09 PM)
--- End quote ---

watch out, cos there's currently no way of exiting the script if you don't want to run it.

to 'fix' this add the lines

if errorlevel
    exitapp

immediately after the fileselectfolder line (script will quit if the users cancels the dialog box) 

Navigation

[0] Message Index

[#] Next page

Go to full version