copy files doesnt work
hi there,
im trying to deploy 2 .js files to setup firefox startsite.
files are located in \\servername\netlogon\msm_cfg.js and
\\servername\netlogon\autoconfig.js
trying to do it with
step1:
xcopy "\\servername\netlogon\msm_cfg.js" "C:\Program Files (x86)\Mozilla Firefox\defaults\pref\" /I /E /Y
step2:
xcopy "\\servername\netlogon\autoconfig" "C:\Program Files (x86)\Mozilla Firefox\" /I /E /Y
tried with copy and add files also but always get the error massage
Package returned error code 1 or
Package returned error code 4
pls help!
Comments
this works fine
xcopy "\\servername\netlogon\hosts" C:\Windows\System32\drivers\etc\ /c /s /r /y /i
can pdq deploy copy to the prgram files folder?