From: Vijay on
Hi,

Please tell me, how can i disable service with bat file.
From: sgopus on
What service?

"Vijay" wrote:

> Hi,
>
> Please tell me, how can i disable service with bat file.
From: Andrew McLaren on

> Please tell me, how can i disable service with bat file.

That's funny ... weren't we just talking about Permissions? :-)

Anyway, the command to control a Windows Service (enable, start, stop,
disable, etc) is SC.EXE.

Run SC /? at a command prompt to see the syntax.

Put the necessary SC command in a batch file, and you are all set.

Hope it helps,

Andrew

--
amclar at optusnet dot com dot au