Auto close progress batch on windows
1 2 |
ping -n 1800 127.0.0.1 > nul taskkill /F /PID 5996 |
1.1800 means 30min(60 second * 30)
2.5996 can be replaced by the target pid.
1 2 |
ping -n 1800 127.0.0.1 > nul taskkill /F /PID 5996 |
1.1800 means 30min(60 second * 30)
2.5996 can be replaced by the target pid.