Suppose I want to register my app as Windows Service. For that I have to inherit the class of my app from the Poco::Util::ServerApplication. Right? That's ok.
But how can I register service to start with the given commandline? For instance, I need to start my app as service with commandline:
- Code: Select all
app.exe config.xml
How can I do that?
Thanks in advance





