cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How to restart service
How to restart service
Jun 8, 2012 at 6:58am UTC
Tarun Batra
(72)
Hey guys
I am making a service in VS2010 using c++ and want to know is there any way to restart the service after a particular time,actually i will let user to write restart time in an INI file and service should be able to restart at that time.
Jun 8, 2012 at 7:44am UTC
shadow123
(127)
Hi,
write another service which controls the main service. This control service reads the configuration and restarts the main service on demand.
Topic archived. No new replies allowed.