Hello, I do not understand anything about programming. I have discovered how to create .bat scripts and I am using it to make my life easier. Every day I have to open several internet pages in my work, so I created a .bat file using the START command to open all the pages I need at once. It's working. It turns out that two of these pages I need to open only on Fridays. I need to create a script with a list of 8 pages, but for two of them I want it to check if the current day is Friday and just open the page if it is Friday, otherwise it will open only the other pages that do not have this condition. Does anyone know how I can do it?