I have another program, DropIt, which uses Windows' built-in copy and move functions when it needs to do these things. But DropIt can also be configured to run other commands from the Windows command-line. Does Dopus have a command that will let me use its copy and move functions from the command line instead of the ones in Windows? Thanks.
You can use dopusrt.exe to run Opus commands from outside of Opus.
Note that the commands will run asynchronously, so this won't work if you need the calling program to wait for the copy to finish before going on to do another thing.
Thanks. I'm trying to write a simple command for use in batch files to move a file from one folder to another, like this:
dopusrt.exe /cmd Copy MOVE testfile.zip c:\temp
But instead of simply moving the file into the "c:\temp" folder, it produces a dialog box asking me to "Select Destination Folder." Is my syntax wrong?
You need "TO" before the destination folder.