tjbradford
Technical User
System.Diagnostics.Process.Start(@"c:\windows\system32\calc.exe");
my code is running the above command calc.exe for example,
the problem is if the .exe isn't found it hangs the app, what i would like todo is just resume without it hanging if it encounters a problem, how can i do this with the above command.
I'm very new to c# so might not understand unless its written for someone simple )
thanks
my code is running the above command calc.exe for example,
the problem is if the .exe isn't found it hangs the app, what i would like todo is just resume without it hanging if it encounters a problem, how can i do this with the above command.
I'm very new to c# so might not understand unless its written for someone simple )
thanks