Page 1 of 1

help!!

Posted: Sun Oct 19, 2008 10:27 am
by djsantiz
this is my issue:do a cyclic(every some minute) IP scan(a range of some IP) of a LAN and automatically according to the result (pc connected to LAN or otherwise) to operate on my local programs such as open / close emule ..EXAMPLEI am the only one connected to the LAN... After a few minutes another computer is connected to LAN(so a new IP) and then under the scanning cycle when it finds a new PC connected run the operation on my pc..i tried to do this with robotask but I could not do it :-(help me please!sorry for my english :-)thanks!!

help!!

Posted: Mon Oct 20, 2008 11:51 am
by verona
What part are you having trouble with? I assume you already have a program or command that scans for new IPs?I would create two tasks and do something like this:(TASK 1)- Create a variable and set it to True- While Loop (while variable is true)- - Scan IPs- - If there is a new IP address, run Task 2- - Pause for a few minutes- End Loop(TASK 2)- Run desired operation