process.start and sc delete servicename
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I want to use process.start function with "sc delete servicename" command How can I do this??
-
Hi all, I want to use process.start function with "sc delete servicename" command How can I do this??
I find it,I have dealed with it since morning, string argu = "/C sc delete SistemName"; System.Diagnostics.Process.Start("cmd", argu); good works..
-
Hi all, I want to use process.start function with "sc delete servicename" command How can I do this??
One way to do it is to specify the
delete servicename
as theArguments
in aProcessStartInfo
instance.I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads