A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » Networking and the Internet with Windows XP
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to save IP into a text file?



 
 
Thread Tools Display Modes
  #1  
Old September 15th 09, 09:40 AM posted to microsoft.public.windowsxp.network_web
Poppe
external usenet poster
 
Posts: 50
Default How to save IP into a text file?

Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.
Ads
  #2  
Old September 15th 09, 12:52 PM posted to microsoft.public.windowsxp.network_web
John John - MVP[_2_]
external usenet poster
 
Posts: 1,637
Default How to save IP into a text file?

ipconfig |find "IP Address" filename.txt

John

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.

  #3  
Old September 15th 09, 12:52 PM posted to microsoft.public.windowsxp.network_web
John John - MVP[_2_]
external usenet poster
 
Posts: 1,637
Default How to save IP into a text file?

ipconfig |find "IP Address" filename.txt

John

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.

  #4  
Old September 15th 09, 04:37 PM posted to microsoft.public.windowsxp.network_web
Lem[_2_]
external usenet poster
 
Posts: 1,218
Default How to save IP into a text file?

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


Run ipconfig in a Command Prompt window and copy/paste what you want
into your text file.

When you want to cut, copy, or paste to or from a Command Prompt window,
click the icon at the left of the Command Prompt window's Title Bar and
select Edit from the menu. "Mark" lets you click-n-drag to select text
in the window; "Enter" copies the selected text.

--
Lem -- MS-MVP

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/ap...0th/index.html
  #5  
Old September 15th 09, 04:37 PM posted to microsoft.public.windowsxp.network_web
Lem[_2_]
external usenet poster
 
Posts: 1,218
Default How to save IP into a text file?

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


Run ipconfig in a Command Prompt window and copy/paste what you want
into your text file.

When you want to cut, copy, or paste to or from a Command Prompt window,
click the icon at the left of the Command Prompt window's Title Bar and
select Edit from the menu. "Mark" lets you click-n-drag to select text
in the window; "Enter" copies the selected text.

--
Lem -- MS-MVP

Apollo 11 - 40 years ago:
http://www.nasa.gov/mission_pages/ap...0th/index.html
  #6  
Old September 15th 09, 09:12 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default How to save IP into a text file?

Hi
If you just need the Internal and External IP.
Download this free small util. (No need to install just Run it).
It would let you copy the IPs to the clipboard with a mouse click.
Looks like this, http://www.ezlan.net/example/IP2.jpg
Download here, http://keir.net/ip2.html
Jack (MS, MVP-Networking).

"Poppe" wrote in message
...
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


  #7  
Old September 15th 09, 09:12 PM posted to microsoft.public.windowsxp.network_web
Jack [MVP-Networking]
external usenet poster
 
Posts: 552
Default How to save IP into a text file?

Hi
If you just need the Internal and External IP.
Download this free small util. (No need to install just Run it).
It would let you copy the IPs to the clipboard with a mouse click.
Looks like this, http://www.ezlan.net/example/IP2.jpg
Download here, http://keir.net/ip2.html
Jack (MS, MVP-Networking).

"Poppe" wrote in message
...
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


  #8  
Old September 16th 09, 06:32 AM posted to microsoft.public.windowsxp.network_web
Poppe
external usenet poster
 
Posts: 50
Default How to save IP into a text file?

This was a good workaround.

Is it possible to use wildcards in FIND?

Like find "?.?.?.?" - so i could get just the IP numbers?

Thanks



"John John - MVP" wrote:

ipconfig |find "IP Address" filename.txt

John

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


  #9  
Old September 16th 09, 06:32 AM posted to microsoft.public.windowsxp.network_web
Poppe
external usenet poster
 
Posts: 50
Default How to save IP into a text file?

This was a good workaround.

Is it possible to use wildcards in FIND?

Like find "?.?.?.?" - so i could get just the IP numbers?

Thanks



"John John - MVP" wrote:

ipconfig |find "IP Address" filename.txt

John

Poppe wrote:
Hello

I can save ip with ipconfig name.txt
But this results for the whole ipconfig dialog being saved.

Is there a way to get just the IP itself? (x.x.x.x)
From Registry or any other way, like with some program?

In my scenario the PC has always only one IP in use, not several. And it's
WIN XP.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 03:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.