Using Windows XP on a Thinkpad. When I type ipconfig in the run command line prompt, the window appears briefly and then disappears without me doing anything (and before I can read anything). Does anyone know what causes this and how to fix it?
| ||||
feedback
|
|
It's because the ipconfig has finished, and automatically closes itself. This way you won't get a chance to read the messages it returns. To be able to read the ipconfig messages run ipconfig from the command line.
This works for all other similar commands/programs in the command line. | |||
|
feedback
|
|
Open a command prompt first before typing ipconfig. What's happening is the ipconfig command is running and completeing and windows closes out the command prompt window as soon as the command it's running completes. Instead of ipconfig, type cmd and then in the new command prompt window type ipconfig (followed by enter) and then you can read the output. You can also use | |||
|
feedback
|
|
there is another possibility, and i am writing this from memory so it may not be exact. there is a file called msdos.pif. when you look at the properties, there is a setting called "close window on exit"... if you remove the check on this, then the ipconfig (or any other command you run) window will remain open. | |||
feedback
|
|
The reason of why closes so fast it's because it's a command line tool and not a Windows app., that's why just appears for a few seconds. But it's really simple to view your IP Configuration. Just Go to Start >> Run >> Type CMD Click OK (That should open the command prompt window) Type >> IPCONFIG >> Press [Enter] (That should give you the configuration info that you need) | |||
feedback
|
