<< back to sysax.com Product page |
The CompareRun method is used to initiate the comparison operation. The comparison method used is set using the "bydate", "bysize", "bycrc", "bymd5", or "bysha1" keywords.
Exhibit 8.3. IDL Definition of method for initiating compare operation
HRESULT CompareRun ([in] BSTR b_comparerule); |
Exhibit 8.4. Example usage of method for initiating compare operation (VBScript)
app.CompareRun "bycrc" |