cmd interface

Post your bug reports and support issues here.
Post Reply
Dave

cmd interface

Post 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,
max
Posts: 193
Joined: Thu Jan 06, 2005 11:04 am
Contact:

Post 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
Maxim
EZOutlookSync/EPIM team
Dave

Post 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.
scotty

Re: cmd interface

Post by scotty »

I have exact same problem. Just launches GUI.
admin
Site Admin
Posts: 660
Joined: Mon Jan 03, 2005 5:21 pm

Re: cmd interface

Post by admin »

Please use the /a switch. In this case no GUI will be shown.
Post Reply