Moving or renaming voice segments

To move voice segments from one category to another or from one locale to another, or rename voice segments, use dtjplex -action copyVS immediately followed by dtjplex -action deleteVS, specifying the same control file.

Whether the voice segment is moved or renamed depends on the parameters specified in the control file. For control file examples, see Copying voice segments.

To move or rename the voice segments specified in the file called pizzas.txt on all hosts:

dtjplex -action copyVS -allHosts -controlfile pizzas.txt
dtjplex -action deleteVS -allHosts -controlfile pizzas.txt

To move or rename the voice segments specified in the file called pizzas.txt on a host called annapurna:

dtjplex -action copyVS -host annapurna -controlfile pizzas.txt
dtjplex -action deleteVS -host annapurna -controlfile pizzas.txt

To move or rename the voice segments specified in the file called pizzas.txt on the local host:

dtjplex -action copyVS -controlfile pizzas.txt
dtjplex -action deleteVS -controlfile pizzas.txt

Related information