Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Daily | Description: | Daily task test | Download: | daily.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 7kb | Date: | 11 Nov 07 | Author: | Peter Hutchison | Submitter: | Peter Hutchison | Email: | pjhutch/pcguru plus com | Category: | utility/shell | License: | Freeware | Distribute: | yes | FileID: | 263 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 126 (Current version) | | 126 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Program: DAILY
Author: Peter Hutchison
Description
-----------
Daily is used to run programs only once a day in your startup-sequence.
All is required is the DAILY command to be copied to your C: directory
, when executed it will compare the current date (Today) with the Daily's
own date (seen in LIST) and if they are different (eg Yesterday) it will
set the WARN flag and can be tested using IF command and will set Daily's
date to Today so that it won't be executed the same day, if the day's
aren't the same no flags are set.
Example
-------
For example if these lines were added to your user-startup it will do a
virus check of your hard disk only once a day:-
daily
if warn
virus_checker sys:
endif
Distribution
------------
This program belongs to Peter Hutchison but it is FreeWare. You may copy
and use it as you see fit.
|