View Full Version : netstat in dos
hessan
November 12th, 2002, 13:51
is there a command for netstat to go over and over without stoping ?
if so.. what is it and is there a way to make dos FULL SCREEn in windows ?
sonichost.net
November 12th, 2002, 17:33
Don't know about the netstat command, haven't used it in ages.
Making a full screen of a "DOS Window" can be done by hitting ALT+Enter.
Wojtek
November 12th, 2002, 23:07
You can create a .bat file:
-------------
netstat -n
exit
batname.bat
-------------
or
---------------
[start]
netstat -n
goto [start]
---------------
I dont know the exact syntax, but this can be done using the above thing
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.