Some commands have issues running from within the Scripting environment in KACE because they try to execute before the script releases control of the files they are trying to manipulate.
The current workaround would to pre append the start /wait command in front of the xcopy command.
For example:
xcopy \\printsvr\installs\ABC c:\Drivers\ABC\
Use the following instead:
start /wait xcopy \\printsvr\installs\ABC c:\Drivers\ABC\
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center