Re: start/stop services programatically
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 06/15/04
- Next message: George: "Re: Request.Form("textbox1") always returns empty after Refresh?"
- Previous message: Santosh: "Turning Off ASPSession Objects"
- In reply to: Vic: "Re: start/stop services programatically"
- Next in thread: Steve C. Orr [MVP, MCSD]: "Re: start/stop services programatically"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Jun 2004 15:59:26 -0500
bunch of ways to call the command. Look/search for calling an EXE, same
principle.
Now, to get a list of running services, Don't know off the top of my head
but if you google it you should get something. Try www.4guysfromrolla.com
I'd bet they got something, otherwise www.asp.net should.
-- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "Vic" <vickaiser1@yahoo.com> wrote in message news:tcJzc.6157$g97.488@newssvr24.news.prodigy.com... > this leads me to a couple of other questions. How can I do this within a C# > method? Also, is there a way to collect the names of the <service>'s that I > need to stop, especially those using the MetaBase.xml file. > > "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message > news:O8CTbGxUEHA.1888@TK2MSFTNGP11.phx.gbl... > > call the command line > > "net stop <service>" and > > "net start <service>" > > > > -- > > Curt Christianson > > Owner/Lead Developer, DF-Software > > Site: http://www.Darkfalz.com > > Blog: http://blog.Darkfalz.com > > > > > > <vickaiser1@yahoo.com> wrote in message > > news:89juc05qfq24r8f3lf1so9tq6udlcc2af8@4ax.com... > > > I am creating a setup project for an application and need to edit the > > > Metabase.xml file during setup. Does anyone know of a way to stop and > > > then restart services programatically before and after I edit this > > > file? > > > > > > Vic > > > > > >
- Next message: George: "Re: Request.Form("textbox1") always returns empty after Refresh?"
- Previous message: Santosh: "Turning Off ASPSession Objects"
- In reply to: Vic: "Re: start/stop services programatically"
- Next in thread: Steve C. Orr [MVP, MCSD]: "Re: start/stop services programatically"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|