I need to be sure that my node.js script work all the time on my windows based machine. Looks like forever
works great for that purpose. However I need to be ensured that my script still will be working after windows reboot. What should I do for that?
Asked
Active
Viewed 132 times
0

silent_coder
- 6,222
- 14
- 47
- 91
-
See here for ways to create a service -- http://stackoverflow.com/questions/3582108/create-windows-service-from-executable – Matthew Bakaitis Dec 07 '15 at 18:40
-
Or schedule a task: http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7 – Shanoor Dec 07 '15 at 19:08