Create a LotusScript agent scheduled to run when you want. Put this in the Initialze sub:
result = Shell( {C:lotusdominonserver.exe -c “load updall”})
Replace “C:lotusdomino” above with the path to your Domino installation. Also, be sure to set the security run-time level to “2. Allow restricted operations”, and sign the agent with the ID of a person allowed to “run unrestriced methods and operations” on the server.
Discuss This Question: