‎08-08-2016 07:03 PM
‎08-08-2016 09:20 PM
zberkshier91 wrote:
I ran into a similar need not too long ago trying to push new files from my package share to the client PC.
I ended up finding a VB script that so far has worked really well.Dim fso
Const OverwriteExisting = True
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "\\SERVERNAME\defaultpackageshare$\Scripts\Google files\master_preferences", "C:\Program Files (x86)\Google\Chrome\Application\master_preferences", OverwriteExisting
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now