Tagged Questions
3
votes
6answers
5k views
only do if day… batch file
hello i got a batch file, something like this:
if %day%==monday, tuesday, wednesday, thursday, friday (
goto yes
) else (
goto no
)
Now i know the first line won't work.
What i actually want to ...