I use the following code (dunno where the USER.INI came from above!!)

 Code:
$Result = CompareFileTimes ("\\fileserver1\ICT Software\Software\ScreenSaver\nwdass.scr", "C:\WINDOWS\System32\nwdass.scr")
	IF $Result = 1 OR $Result = -3
		COPY "\\fileserver1\ICT Software\Software\Screensaver\nwdass.scr" "C:\WINDOWS\System32\nwdass.scr" /h /s
	ENDIF


However, it is not overwriting the file - do I need a switch to overwrite it?

Not sure how to troubleshoot it, as the script operates silently...

Thanks for the help!