Run batch file as a Windows service
NSSM is totally free and hyper-easy, running command prompt / terminal as administrator:
nssm install "ServiceName"
then a dialog will appear so you can choose where is the file you want to run.
to uninstall
nssm remove "
ServiceName
"
--
Thank You.
Regards,
Guru