Return Code: 0 - Successful, the result compared is identical 1 - Failed 2 - Successful, the result compared is different ...

Return Code:    0 - Successful, the result compared is identical   1 - Failed   2 - Successful, the result compared is different  Note:   The symbols at the front of each ouputted line are defined as:   = means FullKey1 data is equal to FullKey2 data   < refers to FullKey1 data and is different than FullKey2 data   > refers to FullKey2 data and is different than Fullkey1 data  Examples:    REG COMPARE HKLM\Software\MyCo\MyApp HKLM\Software\MyCo\SaveMyApp     Compares all values under the key MyApp with SaveMyApp    REG COMPARE HKLM\Software\MyCo HKLM\Software\MyCo1 /v Version     Compares the value Version under the key MyCo and MyCo1    REG COMPARE \\ZODIAC\HKLM\Software\MyCo \\. /s     Compares all subkeys and values under HKLM\Software\MyCo on ZODIAC     with the same key on the current machine