1

I am solving one problem. I am trying to create a service for a program, but the .exe file has to be run in specific folder /File Properties - Start in/. Is there any way how to add ,,Start in,, to service? All services runs from C:\Windows\System32.. and this one I want to run from C:\WinACD

sc create WinACD binpath= "C:\WinACD\WTELS.EXE Z" start= auto

I have to change working directory: C:\WinACD

Thank you all, Robert

Richard-Degenne
  • 2,892
  • 2
  • 26
  • 43

1 Answers1

2

In the end I downloaded a program, which works perfectly for my case.

http://nssm.cc/