I want to use an executable-file (which sports only a command-line interface) as a service in Windows 7.
I added it to successfully via:
sc MySVC binPath= "C:\Windows\System32\MyProgram.exe"
but once I try to start it, it times out with an 1053 error.
What am I doing wrong?