Good Afternoon all,
Is it possible to call robocopy.exe within my Powershell script without it spawning a separate process, the problem I have is if my script stops suddenly (if it is a scheduled task for example) it does not kill the robocopy process along with it.
Thanks for any help.