TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

running fw.exe as a Windows 2016 x64 service - Error 1053 #36

Open r2d2-no opened 1 year ago

r2d2-no commented 1 year ago

Seems to be impossible to run fw.exe as a service, using sc.exe to create the service. Windows service manager throws "Error 1053 - did respod in i timely fashion"

TechieGuy12 commented 1 year ago

I would need to structure the main code to make it work with sc.exe.

I will see what I can do.