Bigfix Relevance - Detect New File and Deliver to Target folder

Am looking for having an action script that is constantly monitor new file modification and have it deliver to the target computers.

This is the first attempt on making a new action script .

if {exists file ("\fileserver\file.exe") and modification time of file ("\fileserver\file.exe") > now - 24*hour) delete file “{”%windir%\folder\file.exe"}" copy “{”\fileserver\file.exe"}" “{”%windir%\folder\file.exe"}" endif

That sounds like a good way to crash the server – having every client in your deployment constantly hammering it to check for this file.

Is the file small enough to attach as a Site File when you need to update it?