hi,
i m calling sc.exe from kixtart to run my application as a service. Application also requires parameters to be passed to it.
syntax is as follows:
SHELL sc create kerberos5 binPath= C:\nf\gssserver.exe -port 999.
Service is created successfully. but when i give a command to start it, error pops-up "The kerberos5 service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion."

Microsoft site does not mention anything about passing parameters to an application.
i need to pass parameters to the application. Can anything be done related to this?
Thank you.