Convert a zip file to a 7z file and Move it to the Destination
I am trying to convert a zip file in the left pane of a dual lister to a 7z file and move the converted file to the destination in the right pane of the dual lister.
(See Formatting tips specific to the Opus forum for tips to avoid the forum mangling code containing backslashes and asterisks. I've edited the root post to fix things.)
Avoid the HERE argument in any button that runs more than one Copy command, as it can change what the button's destination is in subsequent commands.
Try this, which will create the archive in the destination directly:
Or this, if you want to create it in the source first before moving it to the destination like you were doing:
(e.g. Can be better for a slow destination. Or to get an overwrite prompt if the archive already exists, instead of merging the new contents into the old archive.)