Adding Time Stamp To Suffix of File Name

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
thebib62
Posts: 21
Joined: 10 Oct 2018 10:17

Adding Time Stamp To Suffix of File Name

Post by thebib62 »

I know about this

::rename "b", "*-<datem yyyymmdd>"

How do I get the time stamp to be at the end of the file name instead?

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Adding Time Stamp To Suffix of File Name

Post by highend »

::rename "b", "*.?-<datem yyyymmdd>/e";
One of my scripts helped you out? Please donate via Paypal

Post Reply