|
The renpics program is meant to be used as a command line tool.
The following could be used to move files off of a CF card:
renpics -m -o c:/pictures/_TMP/ j:/
-m means move instead of copy. -o c:/pictures/_TMP/ is the destination directory and j:/ is the source directory, which might be a CompactFlash reader. renpics looks in all subdirectories of j:/ for files of type jpg.
|