I used the command Copy MOVE HERE CREATEFOLDER
when another file copy operation was in queue.
I expected the new folder name dialog to show and then the operation be added to queue, but in reality it went straight to queue and then I had to wait the current operation to complete for the dialog to ask me the new folder name.
Is it possible to be asked the name first and then be added to queue?
Something like this should do it:
Copy MOVE HERE CREATEFOLDER="{dlgstring|Enter folder name}"
Although if you are just moving things around on the same drive, you might want to bypass the queue instead (QUEUE=none
), as there's usually no need for it; the files can be moved almost instantly if they aren't going to a different drive.
1 Like
Thanks. Both suggestions work! The QUEUE=none totally makes sense
1 Like