Hello. I'm trying to write a simple program that spawn a new DOpus lister with the specified object (folder or file) selected. I use the shell script with the Go raw command. So I write
dopusrt.exe /CMD Go "%1"
This code works perfect when the specified object is file. However, when it is folder, the new lister display the content of it instead. I tried to write things like
dopusrt.exe /CMD Go "%1" && dopusrt.exe /CMD Go UP
and it does not work. I'm wondering if this could be possibly done in DOpus. Thanks for help!