Need a little help please.
Posted: Mon Nov 21, 2005 2:54 am
I just downloaded Robotask a couple of days ago and am impressed with
what I've seen so far. I'm trying to learn it and coming along fine.
However there is one program I have (the most important one) which I
really need to get this up and running for quickly and efficiently.
I have an executable configuration file which, when double-clicked,
runs a launcher, then opens a third and separate program and sends the
configuration info to that program. This program runs on the internet,
and the problem is: anytime the internet connection is severed, even
for an instant, the program ends.
I have set up Robotask to watch for this program to die, which it does.
I've set it to execute the configuration file, which it does. I can't
use the 'wait until application is open' feature because the executable
file is NOT the final program. So I've put in a 'pause' and 'check for
window'. However, I need more and I'm probably being blind as to what I
need to use.
What I need is something (maybe If...then?) which checks to make sure
the third and final program is running, and if so, continues, but if
not, checks for abnormal termination of the launcher. If launcher is
not functioning, re-executes the configuration file. If launcher IS
functional and the program is just being slow, inserts an additional
pause before continuing.
Any ideas? Do I need to include more information?
what I've seen so far. I'm trying to learn it and coming along fine.
However there is one program I have (the most important one) which I
really need to get this up and running for quickly and efficiently.
I have an executable configuration file which, when double-clicked,
runs a launcher, then opens a third and separate program and sends the
configuration info to that program. This program runs on the internet,
and the problem is: anytime the internet connection is severed, even
for an instant, the program ends.
I have set up Robotask to watch for this program to die, which it does.
I've set it to execute the configuration file, which it does. I can't
use the 'wait until application is open' feature because the executable
file is NOT the final program. So I've put in a 'pause' and 'check for
window'. However, I need more and I'm probably being blind as to what I
need to use.
What I need is something (maybe If...then?) which checks to make sure
the third and final program is running, and if so, continues, but if
not, checks for abnormal termination of the launcher. If launcher is
not functioning, re-executes the configuration file. If launcher IS
functional and the program is just being slow, inserts an additional
pause before continuing.
Any ideas? Do I need to include more information?