I'm trying to create a button.
It should select all, then copy those file names.
The button code is:
Select ALL
Clipboard COPYNAMES=nopaths
But pressing the button only "selects all".
It doesn't copy the file names.
However, it does select/copy when I press the button twice.
I don't have this problem when combining "Select ALL" with a file action like cutting/moving.
Why doesn't it work when trying to copy file names?
Cris
2
This seems to work:
Select ALL
dopusrt /cmd Clipboard COPYNAMES=nopaths
[quote="Christiaan"]This seems to work:
Select ALL
dopusrt /cmd Clipboard COPYNAMES=nopaths [/quote]
Thanks for the suggestion! 
I'm writing it down.
I'll try it at home, then post confirmation back here.
[quote="Christiaan"]This seems to work:
Select ALL
dopusrt /cmd Clipboard COPYNAMES=nopaths [/quote]
YES!
This works.
Thanks for the suggestion Christiaan. 
Cris
5
So, this works:
Select ALL
dopusrt /cmd Clipboard COPYNAMES=nopaths
But this doesn't work:
Select ALL
Clipboard COPYNAMES=nopaths
Leo, do you think this is a 'bug', or is this 'normal'?
Leo
6
Not sure if it's a bug or not but I've reported it to GPSoftware so they can decide.