Very new to Kix...
I've got a set of files that I want to copy from a network location to the end user PC. Curently I'm running this in the kix script:
copy "\\servername\public\adminfiles" "%SystemDrive%\Program Files\Admin System"
The copy works but it copies it every time they login, I want to change this so that it only copies files to the local PC if the files on the PC are older then the ones on the network server. I have an bat file that I was using before but it using xcopy with the /d and we can't use xcopy within the kix script. Could I get some segguestions on what is the best way to do this, do some kind of compare or do a shell command or what. Also any examples would be very helpful as well.
Thanks in advance..