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,
cmd interface
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
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
Maxim
EZOutlookSync/EPIM team
EZOutlookSync/EPIM team
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.
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
Please use the /a switch. In this case no GUI will be shown.