I’m trying to write a batch file that shuts down processes that use more than a certain amount of internet. Of course the applications I want, must exceed this limit. please note: I DON’T want to get overall internet usage, I WANT INTERNET USAGE PER TASK… TASK, YOU KNOW TASK?
I just want a CMD command to show the internet usage (using/sending (bytes)) of each application (or “process”). note: I searched on the internet and found exactly what I wanted… but! I can’t find that command anymore 😅 it seems to have disappeared. Actually, netstat seems to work for me? but idk how to use it…