No it doesnt throw any error but it doesnt start that process
Actually i want to execute SessionSwitch event from windows service but doesnt works so i called that windows application exe through process...
User Profile
Collapse
-
call an external process from Windows service in C#2.0?
How to call an external process from Windows service in C#2.0?
This code doesnt works
protected override void OnStart(string[] args)
{
Process.Start(" C:\\Documents\\ sessiondemo\\se ssiondemo\\bin\ \Debug\\Session demo.exe");
}
No activity results to display
Show More
Leave a comment: