Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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!

0

Comments

1 comment
Date Votes
  • 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?

    0