[quote="aussieboykie"]This worked for me on a simple test
@set fn = {file$|noext}
Copy EXTRACT=sub HERE
Delete NORECYCLE QUIET
select {$fn}
Regards, AB[/quote]
Thanks, that works! Well actually, it doesn't work with ctrl+double click, which I suspect is due to there being a problem on selection taking place when ctrl is pressed down. So I used it with alt + double click and that's working fine. And I've modified the last line to
go .\{$fn}
so that the folder opens instead, as one would expect on double clicking a real folder.