Lawrence D'Oliveiro wrote:
> In message <6e4b431a-3cda-40b7-
> ad4a->, Ted wrote:
>
>> But... doing the same with netstat -an > netstat.txt does just open a
>> command window with the command displayed. However an extra "1" has
>> crept in and it looks like this:
>>
>> netstat -an 1>netstat.txt
>>
>> I'm not sure whats going on here...
>
> Exactly the same thing I saw.
>
You could try a bat file containing :
netstat -an &1>netstat.txt
Cheers,
Cliff
--
The Internet is interesting in that although the nicknames may change,
the same old personalities show through.