Extract archive to subfolder, delete archive and go to subfolder

I want to extract an archive to a subfolder with the name as the archive and go to the newly created fodler with

Copy EXTRACT=sub HERE
Go FROMSEL

But I also want to delete the original archive after extraction, so when I put

Delete Quiet

in between the two commands above, the Go command fails and I have no clue how to continue without scripting (which will be a lot overhead and I think there should be a way with internal commands).

Try

Copy EXTRACT=sub HERE
Delete {filepath} QUIET
Go {filepath|noext}

You also might like Smart archive extraction (enhanced).

2 Likes

Thanks @lxp you helped me once more :slight_smile:

1 Like