I use the following command (in an admin batch file) to grant all users (specifically users on the network) full access to a folder and all its contents:
Icacls %fold% /grant Everyone:F /inheritance:e /T
However, it is not applying these settings to files newly created. What am I missing in the Icacls command?