I started a batch script that activates Robocopy to copy some really big folder from some source to a destination.
When I run the script I can see the cmd with Robocopy working.
What I want to know is if there is a way for me to kill that Robocopy task via taskkill? Say by another batch script.