|
WEEKDAY.EXE
|
16-bit DOS MODE
|
|
Purpose
|
Test what day of the week it is in batch files.
|
|
Description
|
Use the syntax, WEEKDAY xxx, where xxx is MON, TUE, etc.
If today is not xxx, ERRORLEVEL is set to
non-zero. If match, the ERRORLEVEL is set to 0.
|
WEEKDAY version 2.00 written by Lincoln Jaros
weekday dayofweek
dayofweek MON,TUE,WED,THU,FRI,SAT,SUN
Returns with a non-zero number if the actual day of the week
does not match dayofweek.
|
|
DOWNLOAD
|
|
|