
February 9th, 2007, 12:04 PM
|
|
|
|
save the following line as a .bat file
ipconfig > c:\save_ip.txt
this will write a text file with the current IP address to the C drive...
set up a task scheduler to run the .bat file and then e-mail the text file to the remote e-mail address
[edited]
another way to retrieve the data is to run the .bat file then use an FTP client to transfer the file to the other system.
Last edited by tj_nt : February 9th, 2007 at 12:10 PM.
|