Show only "extract to" in context menu

show only "extract to" in context menu when right click or drag archive file.

dopus_fENTbqztaI

dopus_lmvAXTzmOR

I guess that's determined by the settings in Preferences / Zip & Other Archives / Archive Context Menu

1 Like

Hey,
I check it. There is not option remove this sections.

You need to turn this built-in context menu off and create your own in the File Types dialog, e.g.

Copy EXTRACT=sub TO=ask

https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Copy.htm

1 Like

its work
I use this scrip:

@hidenosel:numfiles=1
Copy EXTRACT=sub TO={d|noext}
Delete "{filepath|noext}.*"
SELECT NONE
SELECT DATE=newest SETFOCUS

There is option cancel the confirm file delete pop up window?

@hidenosel:numfiles=1
Copy EXTRACT=sub TO={d|noext}
Delete QUIET "{filepath|noext}.*"
SELECT NONE
SELECT DATE=newest SETFOCUS

Thanks for help