REQ: Extract and Delete to Recycle Bin upon successful extraction

Simplest way:

@nofilenamequoting
Copy EXTRACT
Delete "{filepath|noext}.*"

But I am not sure how good the error checking will be with that. The delete pattern may also need adjusting, depending on the type of multi-part archives and how they are named.

For more advanced methods, there are script add-ins which do something similar. Not sure how/if they handle multi-part archives.

(Maybe some others exist, too. Those are the ones I found from a quick look.)