Defining collection and schema in a batch file?

Hi,

how ist it possible to create a collection from a batch file?
argbatch won’t let me do that.
JavaLoader.jar won’t let me do that either.

We need to do that as part of a custom installation.

TIA
Guido

A simple java program could be written to read the schema and use the TaminoClient.define() method to define the schema. Shouldn’t be too difficult to write.

Thanks Stuart
we’ll do that

Guido