Updating Client PCs
Updates may be installed by adding a script to the users logon profile.

a sample client script (e.g. Update.bat) is displayed below:

@echo on
cls
SET ServDir=\\172.136.120.19\e4DM\Updates
SET HomeDir=C:\Program Files\Softology e4DM
if not exist "%HomeDir%" goto end
xcopy "%ServDir%" "%HomeDir%" /d /q /v /c /y /z /s /r /u
:end