Run a specified program only on certain days at boot time.
This demo makes use of two tricks: It reads a custom INI file, and it puts the current day into the environment.
@echo off
:: This batch file allows you to run programs on certain days.
:: Have this TODAY.BAT program CALLed from your AUTOEXEC.BAT.
:: TODAY.BAT will read entries in a TODAY.INI file you must make.
:: The entries [...]