Rejoining Sections of an Extracted Schema

You can use the JadeJoinSchema application in the jadclient program to rejoin extracted schema sections into a .scm file. The following example, based on the example under "Extracting Schemas in Sections", in the previous section, joins the schemas that were extracted in sections to directory C:\temp2\userSchemas.

jadclient path=e:\jadesystems\jade6216\system
          ini=c:\jade\system\jade.ini
          app=JadeJoinSchema
          schema=JadeSchema
          server=singleUser
          startAppParameters
          c:\temp2\userSchemas\UserSchema
          c:\temp2\UserSchema.scm

In this example, c:\temp2\userSchemas\UserSchema is the folder in which the schema sections of the existing schema UserSchema are located and the resulting schema file containing the rejoined sections will be located in the c:\temp2\UserSchema.scm directory.