Short:        File notification f/scripts, ASM source
Author:       Marc 'Nepomuk' Heuler <marc@aargh.incubus.sub.org>
Uploader:     masc CoLi Uni-SB DE
Type:         util/batch
Architecture: m68k-amigaos

Notify is MAILWARE.  If you use it, send an email to the author.

Notify 1.0 enables dos scripts to benefit from dos file notification.

The parameters are:

NAME/A		Name of the directory or file that is to be monitored.

COMMAND		Command to execute when a change has been detected.

DELAY/N/K	Time in seconds to pass without further changes happening
		before starting COMMAND is allowed.

STAY/S		Stay in memory after COMMAND is executed and coninue
		monitoring.

Some examples for its usage:

#1	Run Notify RAM: COMMAND="Echo *"Notification happened!*""
	Echo >RAM:File "Test"

#2	Run Notify DOWNLOAD: COMMAND="RX TestNewArchives.rexx" DELAY=120 STAY

#3	(for CacheFont by Adam Dawes)

	Run Notify FONTS: COMMAND="MakeFontList" DELAY=120 STAY