Sample patch information file
In a Command Line Interface (CLI), FormSync uses a patch information file to specify
      what, exactly, has been patched and needs to be synchronized. It specifies the Target
      configuration and the path to a folder which contains one or more files to import. A patch
      information file is required for Command Line Interface (CLI) patch commands with FormSync. 
 
	 The required patchInfo.xml file (where patchInfo is the filename) provides a list of the forms and other objects that
        need to be updated. 
This file can be located in the same folder as the formsync.exe file, or it can be located elsewhere. If it is located elsewhere, you must provide the full path to it.
This is an example of a patch information control file used to import XML
        data using FormSync by means of a Command Line Interface (CLI) switch. This sample includes
        only two forms in the list of patched forms and objects. 
      Note: This is a sample file only and
          cannot be used "as is". 
<?xml version="1.0" encoding="utf-8"?> <PatchingInformation Version="010000"> <Objects> <Forms> <Form>OP_PRODUCTS</Form> <Form>PRODUCTS_REPORTS</Form> </Forms> </Objects> </PatchingInformation>