04-27-2012, 10:20 PM
With this it start the Connector but.. it start it too muuuuchh..^^
if (Check== true)
{
bool Test;
Test = CheckIfAProcessIsRunning("connector");
while(Test==false)
{
Process.Start(@"C:\Users\BOSS\Documents\BackUp Complete\Connector\Connector.exe");
}
}[/Code]

