ip mail send

Discuss RoboTask here
Post Reply
barrubba
Posts: 1
Joined: Wed Apr 12, 2006 9:41 am

ip mail send

Post by barrubba »

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.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

ip mail send

Post by Oleg »

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
Post Reply