cmd命令终止和启动进程

        终止进程:taskkill /f /t /im test.exe,/f表示强制终止,/t表示进程树。

        启动程序:start  test.exe

你可能感兴趣的:(java,web)