This program compares two file datestamps and returns result in errorlevel
program Newer; { Written by Steven Key } { compares two file datestamps. returns errorlevel 0 if 1 < 2, 1 if 1 = 2, 2 if 1 > 2, 3 if error. }