Page 1 of 1

cmd interface

Posted: Sun Feb 19, 2006 7:10 pm
by Dave
The product web site says both the EZOS and EZOS Pro versions include command line support. I have downloaded the non-Pro for home evaluation. Where can I find the command line interface so that I can test this?

Thanks,

Posted: Sun Feb 19, 2006 7:26 pm
by max
Hello,

extract from Help file below:

EZOutlookSync supports work from command line. You can use that to perform completely automatic schedules synchronizations.

Following command line parameters are accepted:

You can point the *.ezo file (profile file)- then both PST files are taken from this file.

If you do not point to any *.ezo- you can point to the files using following:

/s:FileName - Source filename, if not declared- a default source file name (the one used in previous synchronization) will be used
/t:FileName - Target filename, if not declared- a default target file name (the one used in previous synchronization) will be used

Compulsory commands:

/d - synchronization direction: Source <-> Target
/d:s - synchronization direction: Source -> Target
/d:t - synchronization direction: Target -> Source

Not compulsory commands:

/e - delete old records in both files

Examples:

With Profile:
EZOutlookSync.exe FileName.ezo /d

Without Profile:
EZOutlookSync.exe /s:FileName1.pst /t:FileName2.pst /d:s /e

Posted: Sun Feb 19, 2006 7:58 pm
by Dave
Thanks for the prompt response!

I am able to create a profile and launch EZO from the command line to use this profile. However, it appears to launch the GUI, and make me click OK. Once I click OK, It continues in the GUI but makes me click the button to initiate the synch. I would have expected never to see the GUI, and the sync just run and return me to a command prompt.

What am I missing?

Thanks.

Re: cmd interface

Posted: Thu Jun 19, 2008 4:02 am
by scotty
I have exact same problem. Just launches GUI.

Re: cmd interface

Posted: Tue Jun 24, 2008 9:55 am
by admin
Please use the /a switch. In this case no GUI will be shown.