Looking for some advice on getting a Robocopy run command to run properly from a custom task sequence. Just deploying Java and would like to dump the Configuration files into the Windows directory as per the vendors documentation.
However, I continue to get this error:
The task sequence execution engine failed executing the action (Deployment Configuration) in the group () with the error code 16
Action output: . The operating system reported error 16: The directory cannot be removed.
Has anyone had luck doing it this way, I am trying to stay away from .BAT file as I feel using the run command is cleaner. Thanks.