I am using the following command:
When I compile, the console outputs this:
xcopy "C:\Sources\Resources\*" "\\NetComp\docs\Resources" /s /i
When I run the command from a command prompt, it works without issue, but when I compile with autoit, nothing copies and no errors write to the console. Any idea what is going on?