A confirmation box appears.
The service is either started or stopped.
.\Tools\Python\python.exe .\Gateway\main.pyc .\conf\gateway.toml
However, this requires that your command prompt window must remain open while you require the gateway. An alternative command that does not require you to keep the window open is:
.\Tools\Python\pythonw.exe .\Gateway\main.pyc .\conf\gateway.toml
If you start this task using the pythonw.exe command, you can stop it only from the Windows Task Manager.
On UNIX/Linux platforms, there is an executable called acutoweb-gateway. This supports the following commands:
From a shell prompt, and in the directory that you installed AcuToWeb, use the start-gateway script (no commands available).