On Sat, 18 Jun 2005 11:50:34 +0200, Maria wrote:
>Since I am too young to know DOS -- how do I freeze a DOS-screen e.g. a ping
It's not DOS any more, it a command or cmd prompt
It's assumed you are doing - Start / Run / ping <address>
so you see a command/cmd prompt box flash up and disappear.
In that case , try this instead 1st for NT/XP/2000 etc
Start / Run / cmd / OK
Or for I think the Win 9x/Me types.
Start / Run / command / OK
Or (for Windows 2000 , the other are similar)
Start / Programs / Accessories / Command Prompt
They all open a command prompt window , then you can do the commands you
need.
>screen where the data races past and disappears?
>How to save it?
To save the results, you redirect '>' the output to a file.
ping 127.0.0.1 > pingresult.txt
or
traceroute 127.0.0.1 > traceresult.txt
then open the file pingresult.txt and so on.
Or take a screen shot.
Or use Mark (i.e. copy)/paste into another application.
If the information, e.g. a traceroute still goes off the screen try this
instead.
The command window (any command window) can be set to have a buffer that
allows you to scroll back,
With a command window open, click on the icon on the top left of the
window title bar. Select properties , look for the screen buffer size
option. I usually set the height to 100, this is how far I can scroll
back.
Me