Create Folders and Copy to DEST

Hi. About Command Editor.

I made a button with
CreateFolder NAME = one two three
It worked. I get 3 new selected folders.

But I need to copy this selected folders to DESTINATION too.
I added Copy command:

CreateFolder NAME = one two three
Copy

It not worked :worried:
Nothing happens at all.
Why?

And is there some kind of debagging mode?

The Copy command, without any other arguments, copies the selected files and folders to the destination. It doesn't copy whatever the previous command created.

If nothing is selected, a button with the Copy command won't run at all (in general).

If you want to create folders in both the source and destination, you can do that directly:

CreateFolder one two three {destpath$}one {destpath$}two {destpath$}three