command line options

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

command line options

Post by dohgallagher »

The features page claims that ezoutlooksync has command-line support
What are the details of this support?

thanks
max
Posts: 193
Joined: Thu Jan 06, 2005 11:04 am
Contact:

Post by max »

Hello,

here goes an extract for unpublished (yet) Help file:

Working from the command line

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

Command line

Post by Jeff »

Could you please provide an example command line? I can't seem to get it to go right. I would like to use the /d option to do a full synchronization and point it to an ezo file. Currently when I run it from the command line it comes up with the list of folders but I still have to click on the sync button. I am using something like:

"c:\program files\ezoutlooksync\ezoutlooksync.exe" /d c:\mail\sync.ezo

I use the quotes because of the space between "program" and "files".

An example would be appreciated.

Thanks,

Jeff
max
Posts: 193
Joined: Thu Jan 06, 2005 11:04 am
Contact:

Post by max »

Hi,

sorry for delayed reply. You need to use the parameter *.ezo in front of others. We will fix that in next version, but so far:

with conf file:
EZOutlookSync.exe FileName.ezo /d

without conf file:
EZOutlookSync.exe /s:FileName1.pst /t:FileName2.pst /d:s /e
Maxim
EZOutlookSync/EPIM team
Post Reply