You can start DWebPro using the following command line parameters.
The first parameter is -f filename, where filename is the name of the configuration file that DWebPro will load. For example:
dwebpro.exe -f http2.ini
The second parameter is -u url, where url is the Web address that will be used by DWebPro as start page. For example:
dwebpro.exe -u http://127.0.0.1:##DWEBPRO_WEBSERVER_PORT##/index.htm
The command line parameter can be used together.
The latest parameter is -q and tells DWebPro to shutdown itself. For example:
dwebpro.exe -q


