servoy_server.bat Configuration

How do configure that the “servoy_server.bat” that it runs in de background and that batch window close automatically when I shut down the applications server?

Regards
ttmgybta

if you just double click on the file you will get a “background” start up. And that console window will close when the app server is shutdown.

if you start it from an existing command prompt then you could use the “start” command so make a second batch file that does something like this:

“start “Servoy Server” /MIN servoy_server.bat”

Thanks for your reply.

I found another way, I’ll start the Server now whit a Service. This is clearer for me and the people they have to maintain the Server.
I also found out why ma postgre service did not start (Post. http://www.servoy.com/forum/viewtopic.php?f=5&t=15406)

Regards
ttmgybta