XY variables resolved in CFA with multi-selection

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
RalphM
Posts: 2090
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

XY variables resolved in CFA with multi-selection

Post by RalphM »

I got the following CFA:

Code: Select all

|"Timestamp MC with EXIF-Date = '<dateexif>'"\;*>::timestamp mc, "<dateexif>"
Which works as it should with only one file selected, but with multiple files they all end up with mc-stamps of the focused item.

Is there any other way (apart from a script with foreach aso) to have <dateexif> resolved for each item before timestamping it?
Or does the scripting command "timestamp" need a new flag to make this behaviour possible?
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

admin
Site Admin
Posts: 66366
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: XY variables resolved in CFA with multi-selection

Post by admin »

I thought it would work with

Code: Select all

::timestamp mc, '<datem yyyy>';
(single quotes) which does the by-file job with SC rename. But it does not work with SC timestamp. :( I'll check whether I can make it work...

RalphM
Posts: 2090
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: XY variables resolved in CFA with multi-selection

Post by RalphM »

Would be great and make things much easier, I think.

Thanks
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

RalphM
Posts: 2090
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: XY variables resolved in CFA with multi-selection

Post by RalphM »

Thanks for the enhanced timestamp cmd, just tested it, works a treat!
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

Post Reply