Thanks folks... I preferred cmd /K as I could see what that was doing, but
it doesn't work well in a batch file...
However, create a shortcut to cmd.exe and add "/K inconfig/all |more" to the
path and it works a treat!
Thanks!
--
Julian I-Do-Stuff
Some Vista stuff, but mostly just Stuff at
http://berossus,blogspot.com
"Lang Murphy" <> wrote in message
news:1A05FF9A-BCD6-4631-938D-...
> "Julian" <> wrote in message
> news:...
>>I now have a little batch file that does "ipconfig /all |more" for me (how
>>absolutely delightfully retro that it should be necessary...)
>>
>> How can I keep the cmd window upon when the ipconfig output has
>> finished... in case I want to /release, /renew or DEL *.* in a fit of
>> pique...?
>>
>> Ta,
>>
>> --
>> Julian I-Do-Stuff
>>
>> Some Vista stuff, but mostly just Stuff at http://berossus,blogspot.com
>
>
> "cmd /K ipconfig /all | more"
>
> Lang