Initial configuration of SmartXML is recommended to be done using the graphical interface. However, for the purpose of simplifying automation of processing, the application can be run without loading the graphical interface.

If you need assurances that the process will be restarted even in case of a possible error, you can use the following bat file:

                        
                            @echo off
                            :Start
                            D:\code\SmartXML\SmartXML.exe -proj=name -job=1 -start
                            :: Wait 30 seconds before restarting.
                            TIMEOUT /T 30
                            GOTO:Start