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.
答案 0 :(得分:0)
LotPings的建议:“taskkill / F / IM robocopy.exe”工作得很完美 谢谢