WINDOWS command line program without wait [WINDOWS 執行命令 等待N秒 停止(刪除) 執行中程式]

WINDOWS command line program without wait [WINDOWS 執行命令 等待N秒 停止(刪除) 執行中程式]

WINDOWS command line program without wait [WINDOWS 執行命令 等待N秒 停止(刪除) 執行中程式]


語法:

Start my_command.exe
ping 127.0.0.1 -n 秒數 -w 1000
taskkill /f /im my_command.exe


實例:

start msedge.exe http://jashliao.eu/google_seo/index02.php http://jashliao.eu/google_seo/index02.php http://jashliao.eu/google_seo/index02.php http://jashliao.eu/google_seo/index02.php --user-agent="Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.126 Mobile Safari/537.36"
ping 127.0.0.1 -n 60 -w 1000
taskkill /f /im msedge.exe

One thought on “WINDOWS command line program without wait [WINDOWS 執行命令 等待N秒 停止(刪除) 執行中程式]

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *