c# 写的windows服务里,怎么启动另外一个.exe程序?
c# 写的windows服务里,怎么启动另外一个.exe程序?
谢谢?
------解决方案--------------------Process.Start("exe path","parameter");
------解决方案--------------------System.Diagnostics.Process.Start
------解决方案--------------------
------解决方案--------------------System.Diagnostics.Process.Start("exe path","parameter");
这样就行了。