Found something that will do it for me

So the only "code" I need to add to the batch file is
SET EOL=03-17-2003

fdate /FTcomp /Atoday /B%EOL% >nul
if errorlevel 101 if not errorlevel 103 echo Useable
if errorlevel 103 if not errorlevel 104 echo Out of date


Fdate is capable of alot more then that though.