could someone help as I would like to check and compare a date added to the registry via a .bat file. I am inserting the date into the registry using:
REG ADD HKCU\software\MMG /v datestamp /d "%DATE%" /t REG_EXPAND_SZ /
This is shown as 01/12/2013
Basically I am trying to check that date and if its 30days old process a function within the .bat file.
Thanks in advance