Sometimes when I join files DOpus selects a totally different directory than the one the files are in to send the output.
Is there a rule as to what DOpus does to generate the destination folder? I would have thought it would either a) use the common denominator out of the selected files or b) use the folder of the first file.
Is it using the last? If so can you add an option to use one of the two rules above?
Hi Rhino, if you've also usually selected all the files you want to join in a single 'source' folder and don't need to 'Add' files using the Join dialog, then you can use a command like: dopusrt /cmd Join TO "{dlgstring|Joined filename...|{s}}"
Yeah... I'm not sure why using the {f} or {o} codes causes the function to run synchronously against each selected file... oh well. I could have sworn this worked for someone a while back without it doing this...
@firstfileonly
dopusrt /cmd Join FROM {F} TO "{dlgstring|Joined filename... |"{s}{o}"}"
Edit note- I had to throw the FROM {F} in there or otherwise the @firstfileonly directive presumably trashes the selected files as the 'source' of the Join command and brings up the Join dialog without any files in the join list...