Windows service on Local Computer started and then stopped error

前端 未结 11 1057
日久生厌
日久生厌 2020-12-07 14:35

Usually, I get this error: (The \"service name\" service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other service

11条回答
  •  庸人自扰
    2020-12-07 15:15

    Use Timer and tick event to copy your files.

    On start the service, start the time and specify the interval in the time.

    So the service is keep running and copy the files ontick.

    Hope it help.

提交回复
热议问题