home *** CD-ROM | disk | FTP | other *** search
- /**
- *** This is a test filter for Chron that will log any event run to a file
- *** called Chron.Log. You will probably want to change the name of the
- *** output file.
- **/
-
- parse arg EventName, MessageText
-
- '@echo' Date() time() '['EventName'/'MessageText'] >> C:\Chron.Log'
- return 1
-