Hi
I'm new to batch file command lines, I need assistances to automate a report to run based on a specific date condition. Eg.
If Current date >= 10th then
run report
else Exit
What I have done so far, but not getting what I want.
set currdate=%date:/=%
IF %Currdate% GEQ "%10%
(Run Report) ELSE (exit)