torkell: (Default)
Thomas ([personal profile] torkell) wrote2007-08-13 08:42 pm

(no subject)

Reason for keeping good backups #35:

For when your renaming script runs amok and attempts to rename the files it just renamed. Not a particularly common reason for needing backups, but saves me having to work out how to make exiftool work.

In other news, cmd.exe apparently rescans the directory on each iteration of a for loop, such that it will iterate over new files. This can be useful, but not when the point of the loop is to rename files without moving them.

[identity profile] the-s-guy.livejournal.com 2007-08-14 10:30 am (UTC)(link)
Yah. The old

FOR /F "usebackq" %a in (`dir /b /a-d`) DO

to the rescue as usual, I take it?

[identity profile] the-s-guy.livejournal.com 2007-08-15 10:11 am (UTC)(link)
eXpress Timestamp Toucher (freeware, GUI), DirDate (shareware, command line).

However FileTouch 2 (freeware, command line/GUI) might be more useful to you. It has a couple of features geared towards handling camera pics, and appears to be quite configurable.