Found it on my development pc at home,
Download : http://www.boyakasha.dk/inetup.exe
here is a "short" explanation :
The inetup.exe utility is meant to check reachability of an ip address by using ICMP Echo/Echo Reply (PING), and on that basis create a file or delete it depending on whether or not the address responds to ping. If started with no cmd line parameters the program will just start without doing anything, you can then use the input boxes for setting it up. However you can use parameters to specify the ip address to ping, the interval at which it should ping, and what path/file should be created or deleted and if the program should start enabled or disabled.
Params :
inetup.exe <IP> <interval> <state> <file>
IP : Address you want to check (ex.193.88.44.42)
Interval : how often should it ping, in milliseconds (ex.3000)
State : Should the program start pinging upon execute (ex.True)
File : the path and or filename that should be created/deleted (ex.c:\connected.txt)
Params must all be used if any of them are used at all in the order stated, and the filepath must be created already.
Example : from Start/Run : "C:\RoadRunner\inetup.exe" 193.88.44.42 3000 True c:\download\connected.txt



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks