Re: Launching and sleeping multiple applications at the same time.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 05/05/04


Date: 05 May 2004 15:26:32 +0200


* peter@mclinn.com (Peter) scripsit:
> I have written several programs that need to run on different
> schedules. The schedules consist of multiple business rules. Until
> yesterday I was scheduling most of these applications through the NT
> scheduler, but now I can no longer do that. My Administer only will
> allow me to have one scheduled task that launches. So my thought was
> that I need to create a program that will launch all my applications
> at different times during the day. The majority of my programs run
> and then exit when complete. When the programs are not running they
> sleep. What is the correct way to launch multiple applications. When
> I try to do this using a proceedure, the system waits for the 1st
> application to stop running prior to starting the next scheduled task.

\\\
System.Diagnostics.Process.Start("C:\foo.exe")
///

How did you try to start the applications?

-- 
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>


Relevant Pages