I'm trying to create a service with the twapi procedure create_service. I am using a simple .bat file as the COMMAND, but whenever I start the service I get
Error # 1053 The service did not respond to the start or control request in a timely fashion.
Has anyone had any luck using this procedure? Is it my choice of Command? I figured I'd start simple and expand it to my intended application when I could get this working.
I am using the 0.5 twapi extensions with tcl 8.4 and Windows XP Pro.
I also tried installing the service with a C++ app, but it results in the same error.
Error # 1053 The service did not respond to the start or control request in a timely fashion.
Has anyone had any luck using this procedure? Is it my choice of Command? I figured I'd start simple and expand it to my intended application when I could get this working.
I am using the 0.5 twapi extensions with tcl 8.4 and Windows XP Pro.
I also tried installing the service with a C++ app, but it results in the same error.