Hi,
I need to run two executables (which are virus checkers) on login to a machine.
My problem is that if one is running, the other one fails, so I need to tell one to wait until the other has finished and then execute the second one.
Is there some kind of script I can write in VB to do this? Maybe it would check the processes and ensure that if one is running the other will wait, until that process does not exist.
I have never done anything like this and would appreciate any ideas.
Thanks in advance,
Robin
I need to run two executables (which are virus checkers) on login to a machine.
My problem is that if one is running, the other one fails, so I need to tell one to wait until the other has finished and then execute the second one.
Is there some kind of script I can write in VB to do this? Maybe it would check the processes and ensure that if one is running the other will wait, until that process does not exist.
I have never done anything like this and would appreciate any ideas.
Thanks in advance,
Robin