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?
Statistics: Posted by tindynnic — Wed Jan 08, 2025 6:44 am