Help needed with button or script

Hello,

I would be very grateful if someone could please help me to write a button or script to achieve the following.

I have a folder (>2GB, 700+ files) which contain multiple versions of similar files named according to the following convention woa???v?.zip

for example

woaxyzv1.zip
woaxyzv2.zip
woaxyzv3.zip
woaaaav1.zip
woabbbv2.zip

The first three are all versions of similar files (not the same file size or content) and I would like to keep the latest version (v3) and delete the other two (v1 and v2), v3 should also have the most recent date stamp. The last two files are unique and should remain.

Any assistance will be greatly appreciated.

regards

Paul

To do that I think you'll need to call an external script (e.g. written in VBScript) and just use Opus to call the script and pass it the filenames on the command-line.