home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
165
/
PALERT24.ZIP
/
WHATSNEW
< prev
Wrap
Text File
|
1991-10-22
|
942b
|
28 lines
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!