I'm having trouble retrieving the "paths" list from dopusrt.exe.
When I run the regular "list" command, it works:
dopusrt.exe /info filelist.txt,list
However, if I run the same line with the "paths" command, I don't get any output at all (no output file is created):
dopusrt.exe /info filelistpaths.txt,paths
I would note: I've noticed that if I send a nonsense command with "/info" (e.g. "dopusrt.exe /info a.txt,aaa"), then the output file is still created, with just a skeleton xml file acknowledging the command. However, in the case of "paths", I don't get any output at all, which may indicate that there is some sort of crash along the way.