基于图像路径的杀戮过程

时间:2018-06-11 19:31:40

标签: batch-file

在windows> = 7个批处理文件中,如何根据其.exe的路径杀死任务?

使用taskkill / f / im“app.exe”在这种情况下不起作用,因为运行的其他程序使用相同的名称,但它的完全不同.exe。

(路径不同,实际.exe不同)

类似“taskkill / f / im”c:\ path \ to \ exe \ app.exe“将是理想的。

1 个答案:

答案 0 :(得分:3)

使用WMIC Process Where "ExecutablePath='C:\\path\\to\\exe\\app.exe'" Call Terminate ,如Squashman的评论所示,您可以将其作为单个命令执行:

set river_area gis:load-dataset "River_data/April_28_2018_800m_Lines.shp"
set river_zones gis:load-dataset "River_data/May 5 2018_River_polygon_Zones.shp"
set polylines_links gis:load-dataset "River_data/Milford_Possible_routes_Polylines.shp"