Thanks much for the additional clarification!
TheQwerty wrote:You could also replace the extension case changing with: #136;:
Code: Select all
#136;rename b, "*-<date yyyymmdd>", p;
Thanks for the helpful information. One thing I noticed is that if I'm on a preview tab, the extension change doesn't happen (whether doing the rename special using #136 or from the menu), but the preview stops (i.e. it's not shown in the preview window any more). However, if I do the command twice (once to "clear" the preview, and once for the rename), I get the expected result.
So if I use the command:
Code: Select all
#136;#136;rename b, "*-<date yyyymmdd>", p;
all seems to work.
EDIT: well, it works in "try script" mode, but not as a single operation... If the preview mode is off, it's all fine, but not in preview mode...
If I add #136; at the end, it doesn't make any difference (or if I have two of them at beginning and/or end...)
It appears we have found a small bug in the script renaming... probably the same one we saw when trying to rename a previewed file using slow double-click. That issue is now fixed, but apparently the issue still exists with these commands -- or at least this one).
andy