Page 1 of 1

command line

Posted: Fri Jul 22, 2005 9:21 pm
by imwalledk
I'm trying to automate the synchronization using the scheduled tasks along with the command line.

The following is the command line I'm trying:

C:\ChipDeweyOutlookSync.ezo /d

(Chip and Dewey are the two computers being sync'd.)

When I enter this into the Run command line, EZOutlookSync starts up, but synchronization does not automatically start.

When the command line is being used, does the user still have to manually press the synchronize button? Or am I doing something wrong?

A suggestion: In the user manual an example command line might be helpful.

Thanks...

Posted: Fri Jul 22, 2005 9:31 pm
by max
Are you using Beta Pro version, or a "standart" release?

Examples are:

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

without conf file:
EZOutlookSync.exe /s:FileName1.pst /t:FileName2.pst /d:s /e

Posted: Fri Jul 22, 2005 11:59 pm
by imwalledk
Thanks - it seems to be working now (I using the beta version.)