my host ip is dynamic.
I control it from a remote pc.
When connection is on at the boot pc, i want robotask mail me the new ip, so i can reconfigurate ip in remote contro software.
help me.
ip mail send
ip mail send
You can use ipconfig system utility. It shows IP-addresses and subnet masks for all network adapters and modems. In order to save this information into text file use the following command line:
ipconfig > ip.txt
Next you can send this file by email as attachment or in message body.
Pay attention that you must launch this command line through command interpreter if you want to use this in RoboTask
In "Program or Document name" parameter specify
cmd.exe (command.com for win 98)
and
/c ipconfig > c:\ip.txt
in parameters
ipconfig > ip.txt
Next you can send this file by email as attachment or in message body.
Pay attention that you must launch this command line through command interpreter if you want to use this in RoboTask
In "Program or Document name" parameter specify
cmd.exe (command.com for win 98)
and
/c ipconfig > c:\ip.txt
in parameters