- Omega Sync, SQL database comparison and synchronization

Documentation

Back to Omega Sync

Command-line support

 

We have made a special build of Omega Sync, OmegaSyncConsole.exe. It is a native Windows console application. Unlike standard graphical applications, console does not return until command is finished. You can therefore run the console build of Omega Sync in a batch file.

Syntax:

 

 OmegaSyncConsole.exe [(projectfile | [--help | /?]) [-q (-c | -s)][-c][-s][-lc logfile][-ls logfile][-le logfile]]

projectfile Omega Sync projectfile to load help prints help and exits ( same as /? )
-q do not show main window (quiet)
-c automaticaly perform compare
-s automaticaly perform synchronization, implies -c
-lc create comparison log
-ls create synchronization log
-le create synchronization errors log

Examples:

 

 OmegaSyncConsole.exe adventureworks.dsp -q -s

 OmegaSyncConsole.exe adventureworks.dsp -q -s -lc comparelog.txt -ls synclog.txt -le syncerrors.txt