| FULLSCREEN | CONTENTS | Project Home Page |
|---|
.FUNCTION....: Date/Time Comparison Functions .ALIAS.......: DATICOFUCOMP.DISCUSSION..:
.EXAMPLE:
Fdate /Ftcomp /If /AFooBar.1 /Bfilezzz.1
returns when
LT /A is less than (earlier than) /B
EQ /A is equal to (same as) /B
GT /A is greater than (later than) /B
In addition, the errorlevel is set to a special value:
LT = 101 EQ = 102 GT = 103