Godleydemon

monitor.bat

Aug 14th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.11 KB | None | 0 0
  1. @echo Off
  2. title Athena Monitor
  3. mode con lines=11
  4. :loop
  5. cls
  6. netstat -e
  7. Timeout /t 1 /nobreak >nul
  8. goto loop
Advertisement
Add Comment
Please, Sign In to add comment