Help: remove timestamp, and batch replace?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
whatsnottolike
Posts: 1
Joined: 03 Nov 2019 18:19

Help: remove timestamp, and batch replace?

Post by whatsnottolike »

1: I have some files with a timestamp in them: "something 19 02 24 somethingelse.png" - how do i remove the timestamp?

2: I usually do lots of "rename special" > "search and replace" to clean filenames up (first to convert periods to spaces, then to remove the "The " at beginnings and so forth), but it would be nice if i could make a script that looks for several of these things at once. How do i do that?? Is there a tutorial at scripting or batch processing?

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

Re: Help: remove timestamp, and batch replace?

Post by highend »

1. E.g. by using this script
viewtopic.php?f=7&t=21068

a.) Separator is a space
b.) Parts to keep 1,5
Easier than creating a correct regex yourself...

2. Read the help file about scripting
And maybe as a starting point: viewtopic.php?f=7&t=6560
One of my scripts helped you out? Please donate via Paypal

Post Reply