PDA

View Full Version : Loading Folder Sync Session via Script


ecroutha
11-Aug-2009, 11:12 AM
I'm trying to load/exec a saved Folder Sync Session via script. I believe my syntax is correct but it is not working; however, loading and executing a saved Folder Compare session works just fine.

Is there some limitation to loading and then executing a Saved Folder Sycn Session via script?

Michael Bulgrien
11-Aug-2009, 11:39 AM
The help file says:

LOAD

Usage:

load <session>
load [create: (all|left|right)] <left path> [<right path>]
load <default>

Loads the specified session, the specified base folders, or the default Folder Compare settings.

Sorry... Though not explicitly stated, the exclusive reference to "default Folder Compare settings" suggests that a Folder Compare session is the only type of session currently supported in a script.

ecroutha
11-Aug-2009, 11:43 AM
Thought that may be the case since my folder compares were working just find. I did notice that in the help docs but didn't interpret it literally enough. I guess this just turned into a Feature Request... please.