Re: A poor man's activity check :)
From: Ken S. (ken@ke9nr.#nospam#.org)Date: 01/06/02
- Next message: Boyd Williston: "Re: A poor man's activity check :)"
- Previous message: nickd@nospam.demon.co.uk: "Re: Connecting to Netscreen via Hyperterminal"
- In reply to: Art Kopp: "A poor man's activity check :)"
- Next in thread: Boyd Williston: "Re: A poor man's activity check :)"
- Reply: Boyd Williston: "Re: A poor man's activity check :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Ken S. <ken@ke9nr.#nospam#.org> Date: Sun, 06 Jan 2002 11:46:56 -0800
Hi Art -
On Sun, 06 Jan 2002 16:27:05 GMT, artnpeg@nowhere.com (Art Kopp)
wrote:
>@echo off
>cls
>:here
>netstat -an
>goto here
If Win98 supports the -n parameter as NT4 does, you can tell netstat
to loop on its own.
I don't use a .bat file, I have a shortcut with the following as the
target:
C:\WINNT\system32\CMD.EXE /k netstat.exe -a -n 5
-n 5 tells netstat that I want to loop with a 5 second delay.
- Next message: Boyd Williston: "Re: A poor man's activity check :)"
- Previous message: nickd@nospam.demon.co.uk: "Re: Connecting to Netscreen via Hyperterminal"
- In reply to: Art Kopp: "A poor man's activity check :)"
- Next in thread: Boyd Williston: "Re: A poor man's activity check :)"
- Reply: Boyd Williston: "Re: A poor man's activity check :)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|