F5F Stay Refreshed Software Operating Systems Task Scheduler on Windows: Handling Program Dependencies

Task Scheduler on Windows: Handling Program Dependencies

Task Scheduler on Windows: Handling Program Dependencies

B
benjiboo751
Junior Member
38
04-15-2016, 09:49 AM
#1
You can set up a background dependency using Task Scheduler. Create a trigger that activates Program B only after Program A starts, and link it to Program A’s start event. This way, A will wait for B to be running before proceeding. You can also configure it to terminate A if B isn’t detected at regular intervals.
B
benjiboo751
04-15-2016, 09:49 AM #1

You can set up a background dependency using Task Scheduler. Create a trigger that activates Program B only after Program A starts, and link it to Program A’s start event. This way, A will wait for B to be running before proceeding. You can also configure it to terminate A if B isn’t detected at regular intervals.

_
_Cai4lin
Junior Member
11
04-20-2016, 04:38 AM
#2
In my understanding, there’s no alternative to ensuring program A launches only after B is active. The best approach is to terminate A promptly. Below is a batch script designed for system startup via the task scheduler, running in the background and allowing Chrome to start just when Firefox is up. This ensures Chrome launches immediately upon Firefox’s presence.
_
_Cai4lin
04-20-2016, 04:38 AM #2

In my understanding, there’s no alternative to ensuring program A launches only after B is active. The best approach is to terminate A promptly. Below is a batch script designed for system startup via the task scheduler, running in the background and allowing Chrome to start just when Firefox is up. This ensures Chrome launches immediately upon Firefox’s presence.

L
LacksterJ2
Member
59
04-20-2016, 05:07 AM
#3
It seems you've outlined your planned path. Let me know how I can assist further.
L
LacksterJ2
04-20-2016, 05:07 AM #3

It seems you've outlined your planned path. Let me know how I can assist further.