A Windows 98 & ME forum. Win98banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Win98banter forum » Windows 98 » General
Site Map Home Authors List Search Today's Posts Mark Forums Read Web Partners

start > run



 
 
Thread Tools Display Modes
  #1  
Old July 19th 04, 08:51 PM
sf
external usenet poster
 
Posts: n/a
Default start > run


When I enter netstat -an, the screen literally flashes for a
split second and vanishes. Why?


Practice safe eating - always use condiments
  #2  
Old July 19th 04, 09:57 PM
David H. Lipman
external usenet poster
 
Posts: n/a
Default start > run

You have to open a command prompt first. Netstat is a commandline utility, not a windowing
GUI utility.

Go to; Start -- run
execute; command.com

Now execute; netstat -an

Dave




"sf" wrote in message
...
|
| When I enter netstat -an, the screen literally flashes for a
| split second and vanishes. Why?
|
|
| Practice safe eating - always use condiments


  #3  
Old July 20th 04, 03:25 AM
glee
external usenet poster
 
Posts: n/a
Default start > run

If you use netstat with parameters from Start Run, it will flash a DOS box and
close.
Run it from Start Programs MS-DOS Prompt.

Here are the available parameters, which can be seen by typing:
netstat /?
at the DOS prompt -

NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.

--
Glen Ventura, MS MVP W95/98 Systems
http://dts-l.org/goodpost.htm

"sf" wrote in message
...

When I enter netstat -an, the screen literally flashes for a
split second and vanishes. Why?


Practice safe eating - always use condiments


  #4  
Old July 20th 04, 08:25 PM
sf
external usenet poster
 
Posts: n/a
Default start > run

Thanks, Glee!

````````````

On Mon, 19 Jul 2004 22:25:24 -0400, "glee"
wrote:

If you use netstat with parameters from Start Run, it will flash a DOS box and
close.
Run it from Start Programs MS-DOS Prompt.

Here are the available parameters, which can be seen by typing:
netstat /?
at the DOS prompt -

NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.




Practice safe eating - always use condiments
  #5  
Old July 20th 04, 08:30 PM
sf
external usenet poster
 
Posts: n/a
Default start > run

On Mon, 19 Jul 2004 16:57:11 -0400, "David H. Lipman"
wrote:

You have to open a command prompt first. Netstat is a commandline utility, not a windowing
GUI utility.

Go to; Start -- run
execute; command.com

Now execute; netstat -an


Thanks, Dave... it worked perfectly! I was able to use the
print screen button and pasted the information into word to
analyze it.

I'm trying to educate myself about ports. How do I tell
from those numbers which port is open on my computer? I was
trying to find port 5180, the one that Netscape uses (I am
assuming that Mozilla/Firefox use the same port).

For instance, I think Established means a port is open...
but which one? Is it the number following the : in the left
column? I also know that 127.0.0.1 is my computer, so I'm
assuming ZA is doing its job.

TCP 127.0.0.1:1152 127.0.0.1:1153 ESTABLISHED
TCP 127.0.0.1:1153 127.0.0.1:1152 ESTABLISHED
TCP 127.0.0.1:143 0.0.0.0:0 LISTENING
TCP 192.168.250.3:1151 204.127.204.17:119 ESTABLISHED
TCP 192.168.250.3:1164 209.247.153.137:80 ESTABLISHED
TCP 192.168.250.3:1165 209.247.153.137:80 ESTABLISHED

TIA




Practice safe eating - always use condiments
  #6  
Old July 20th 04, 09:28 PM
David H. Lipman
external usenet poster
 
Posts: n/a
Default start > run

A better utility to use is TCPVIEW.EXE -- free from SysInternals @
http://www.sysinternals.com/ntw2k/source/tcpview.shtml

It is a GUI utility.

Dave




"sf" wrote in message
news | On Mon, 19 Jul 2004 16:57:11 -0400, "David H. Lipman"
| wrote:
|
| You have to open a command prompt first. Netstat is a commandline utility, not a
windowing
| GUI utility.
|
| Go to; Start -- run
| execute; command.com
|
| Now execute; netstat -an
|
| Thanks, Dave... it worked perfectly! I was able to use the
| print screen button and pasted the information into word to
| analyze it.
|
| I'm trying to educate myself about ports. How do I tell
| from those numbers which port is open on my computer? I was
| trying to find port 5180, the one that Netscape uses (I am
| assuming that Mozilla/Firefox use the same port).
|
| For instance, I think Established means a port is open...
| but which one? Is it the number following the : in the left
| column? I also know that 127.0.0.1 is my computer, so I'm
| assuming ZA is doing its job.
|
| TCP 127.0.0.1:1152 127.0.0.1:1153 ESTABLISHED
| TCP 127.0.0.1:1153 127.0.0.1:1152 ESTABLISHED
| TCP 127.0.0.1:143 0.0.0.0:0 LISTENING
| TCP 192.168.250.3:1151 204.127.204.17:119 ESTABLISHED
| TCP 192.168.250.3:1164 209.247.153.137:80 ESTABLISHED
| TCP 192.168.250.3:1165 209.247.153.137:80 ESTABLISHED
|
| TIA
|
|
|
|
| Practice safe eating - always use condiments


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Start Vs. Restart JD General 11 July 7th 04 08:11 PM
start up problems mike General 2 July 6th 04 07:18 PM
Win98 won't start after a fresh reload - issue with a video driver? John D General 1 July 1st 04 03:33 PM
How to start Windows without loading programs? Glenn General 3 June 27th 04 12:22 PM
how to use start up disc created with 98 2nd edition update howard General 9 June 12th 04 09:07 PM


All times are GMT +1. The time now is 10:15 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Win98banter.
The comments are property of their posters.