I'll pseudocode the script I want. Maybe someone can help me code it??
Code:
Check to see if "ProcessA" is Running
If NOT Running THEN Launch ApplicationA (Path/To/Application A EXE)
Check to see if "ProcessB" is Running
If NOT Running THEN Launch ApplicationB (Path/To/ApplicationB EXE)
Launch ApplicationC (Path/to/ApplicationC EXE)
Note that I have Windows 7 64-bit. I also am trying to check on 32-bit processes which have a *32 in the process list.