'How to kill a Robocopy batch script via Taskkill?

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.



Solution 1:[1]

LotPings's advice: "taskkill /F /IM robocopy.exe" worked perfect.
Thank you

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 David8988