使用BAT方法结束进程

@echo off
taskkill /f /im GAM.exe
taskkill /f /im GCL10.exe

http://www.cnblogs.com/FKdelphi/p/5015404.html

你可能感兴趣的:(使用BAT方法结束进程)