Help for this page

Select Code to Download


  1. or download this
    Function ExecSyncStep(stepName)
        Dim WshShell, oExec
    ...
        Loop
        Set ExecSyncStep = oExec
    End Function
    
  2. or download this
    #Returns the status object of the sync process
        $oExec;
    ...
    
        return $oExec;
    }