                               PALERT 2.4

New to this release!

        -- You may now let batch files know what day it is, so that you
        may take action according to the day.

                Example:  On Tuesday and Friday, I want to back up my
                hard disk.

                       My batch file looks like this:

                                PALERT /D
                                if errorlevel == 5 goto backup
                                if errorlevel == 2 goto backup
                                goto end

                                :backup
                                cd \back
                                backup
                                goto end

                               :end

        -- PALERT now verifies that the system date is correct.  If not,
        PALERT will prompt you to set it correctly.  Great for your
        AUTOEXEC.BAT files!
