How can i using http service by Sever mode in command line
How can i using http service by Sever mode in command line
I have downloaded a portable version of everything.exe and run it from the command line with the -svc parameter. Even though the INI file has settings to enable the HTTP server, the HTTP service does not actually start. If I run everything.exe separately from the command line without the -svc parameter, it reads the configuration from the INI file in the current directory,and http service is working and can be browse it. How can I ensure that the application runs as a service and reads the INI configuration from the current directory? Or is there a parameter that can be added to automatically start the HTTP server when running as a service?
Re: How can i using http service by Sever mode in command line
Please use the client service instead of -svc
Re: How can i using http service by Sever mode in command line
OK thanks a lot!