CMD 打开程序命令

//显示完整迪CA.exe 程序信息
tasklist /fi "imagename eq CA.exe"


//显示简略的CA.exe 程序信息
tasklist |findstr /i CA.exe


//用 IE 打开 网站
cmd /c start iexplore http:www.tneky.net


//打开程序
cmd /c start D:/CA.exe

  

posted @ 2019-07-13 15:03  我是李密  阅读(2429)  评论(0编辑  收藏  举报