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.