Lost Use of Key Command

HI

One of my most used and loved shortcuts has recently stopped working.

@firstfileonly
dopusrt /cmd Copy MOVE HERE CREATEFOLDER {file$|noext}

Have tried reverting back to previous configuration, creating other key combinations and searched for similar problems here in the forum.

Other, similar commands continue to work.

When I select say, four files and use the shortcut, the selected files just deselect and thats it.

Any help would be great.

Thanks

The files are being deselected before the queued Copy command is run.

This fixes it:

@firstfileonly @nodeselect dopusrt /cmd Copy MOVE HERE CREATEFOLDER {file$|noext}

Thanks

Or just take out the dopusrt /cmd bit because it's redundant as far as I can tell.

Without that it only moves the first file.

Jon wrote:[quote]Or just take out the dopusrt /cmd bit because it's redundant as far as I can tell. [/quote]
Leo wrote:[quote]Without that it only moves the first file. [/quote]

It may be worth noting here that with the zip argument this works properly.@firstfileonly @nodeselect copy createfolder {file$|noext} zip=keepfolder here
All files are then found in the resultant zip file for both Copy and Copy Move .

Thanks Scred - nice.