[quote="ymerdy"]But I still have some questions/remarks:
- With the commands you gave, I have an unexpected crash of Dopus!
I replaced
dopusrt /cmd Select PATTERN "{file$|noext}."
with
dopusrt /cmd Select PATTERN="{file$|noext}."
and everything goes right...[/quote]
It didn't cause a crash for me, but nevertheless you might want to report it to GPSoft.
[quote="ymerdy"]2) Why do I need to use dopusrt /cmd ..., isn't it the same if I directly use Select... in my Button?
Actualy, I tried, and it doesn't work.. What is the difference?[/quote]
If the following command...
@nofilenamequoting
Select PATTERN="{file$|noext}.*" SOURCETODEST
would have worked as I expected it to, we may not have needed dopusrt. However it doesn't seem to select destination files that match the selected files in the source regardless of the destination file extensions, so I turned to using the external Opus command processor dopusrt which does. It doesn't happen as often as it used to with older versions of Opus, but sometimes the only way to get a certain command combination to work is to use dopusrt /cmd instead of using the internal command set. Normally dopusrt /cmd is a way you can use Opus commands in an external script, for example a batch file.
[quote="ymerdy"]3) The concepts of "source/destination" and "active/inactive" are not the same?
What I understand is that clicking in a lister makes it active, and makes it the source too, but using the command Set, you can independantly set a lister to be the source and to be inactive, or to be active and being the destination, is that right?[/quote]
Yes, you're right. I was in a bit of a hurry this morning and didn't choose my words very well.
[quote="ymerdy"]4) Why is the process so long?
I thought it could be faster, but it takes a few seconds to scan 10 files...[/quote]
Partly because we're not using the internal commands, which I think are processed faster, but other than that I cannot answer this question.