How to start Servoy Server from command line

With Servoy Application Server and Sybase ASA installed as Windows services, I would like to start Servoy Application Server from the command line.

I have Servoy Application Server set with a dependancy on Sybase ASA, so that it will automatically start Sybase ASA if it is not already started. What is the required syntax to start Servoy Application Server as a Windows service from the command line?

Refer to the “Servoy Application Server Administrator’s Guide”, a step by step installation process is documented there.
If you want to start-stop manually the services I think you should use the wrapper program installed in your servoy\service directory. From a prompt windows type “wrapper -?” for the commands.
-p stops a running service, with -t starts a service. Have a look to the uninstall.BAT supplied by Servoy for reference.

automazione:
-t starts a service.

Exactly what I needed. Thank you very much!