I just want to figure out,
How can a batch file (CMD) tell me how many days I’m left from any date…???
Such as:
set setdate=24/07/2009
echo The date is now: %date%
echo Your set date is: %setdate%
echo You're %days% days left from %setdate%
Thanks!
Here’s a simple solution in VBScript:
You can call this script from your batch file and specify the target date like this: