How to automatically delete the zip file after extracting it

So currently I set it to copy EXTRACT=sub to here, which is pretty good, but then I have to delete the zip files. And recently I have been downloading a lot zip files, so. Is there anyway to make DO delete them zip files automatically right after successfully extracting them. I know there were at least two threads about this topic years ago but they didn't work for me, so... help please~

I use the following code to extract to the same location:

Copy Extract HERE
Delete QUIET

...and this to extract to a sub folder with the same name as the zip file:

Copy EXTRACT=sub HERE
Delete QUIET

Thank you, blueroly, it works wonderfully.

1 Like