How can I run SyncTables from a BAT file?
You need to add a line in the BAT file, containing the full path to the synctables.exe executable and the full path to your session file; use quotes if any of the paths contain spaces. For example: “C:\Program Files\SyncTables\synctables.exe” c:\MySession.sync If the synchronization is completed successfully, the ERRORLEVEL variable will be set to 0, otherwise it will have a value different from zero. This is good to know if you have a more complex BAT file, with conditional actions and so on.