by "Jim Langston" <tazmaster@[EMAIL PROTECTED]
>
Apr 23, 2007 at 09:21 PM
<carlbernardi@[EMAIL PROTECTED]
> wrote in message
news:1177386297.921296.163110@[EMAIL PROTECTED]
> Hi,
>
>
> I was wondering if it is possible to run a command from a dos window
> as a service so that the dos window will not stay open.
Yes. Subversion is a console based .exe that can be run as a service so
there is no console window. Services have specific things they have to do
on startup/ending, so for subversion a small program was written,
subservice, that simply registered subversion as a service and ran it.
The
code was generic so any .exe. could be run that way.