hello i got a batch file, something like this:
if %day%==monday, tuesday, wednesday, thursday, friday ( goto yes ) else ( goto no )
Now i know
I don't have the batch fu to answer the question as asked, but, assuming this is a Windows batch file, consider executing the script using the task scheduler, which will let you set the kind of schedule you're asking for.