Could someone help me out to automatically my process.
when I am working im used to do the same job thing all the time.(kinda boring..)
I going to //xx/741212/source/ (dopus)
copying 2 .pdf files (the source folder contains 2 word files and 2 pdf files)
going to //xx/741212/
create a new folder called "translation to"(//xx/741212/translation to/)
navigating to //xx/741212/translation to/
paste the 2 pdf files.
Happy to help. Please link your account to your registration.
So we know we are supporting the people that support DOpus.
Personally I would write a script to do this. Depending on your workflow, I would manually navigate to the first folder. Then have a button that creates the destination and copies the files.
You don't need to use "dopusrt /cmd" to run commands inside of Opus; that's only for running Opus commands from outside of Opus (or a few very special cases, to do unusual things).
Copy HERE CREATEFOLDER="Translation to"
That's probably all you need if you want to copy the selected files into a "Translation to" sub-folder of the folder they are in.
I solved it partly next step is to go back
in the hierachy
<?xml version="1.0"?>
test
#copy
Copy MOVE HERE=*.ttx CREATEFOLDER="ttx for tageditor"
COPY MOVE HERE=*.xml CREATEFOLDER="xml for memoq and others"
COPY MOVE HERE=*.rtf CREATEFOLDER="rtf for workbench"