How can i using http service by Sever mode in command line

General discussion related to "Everything".
Post Reply
tindynnic
Posts: 2
Joined: Wed Jan 08, 2025 6:41 am

How can i using http service by Sever mode in command line

Post by tindynnic »

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?
void
Developer
Posts: 19830
Joined: Fri Oct 16, 2009 11:31 pm

Re: How can i using http service by Sever mode in command line

Post by void »

Please use the client service instead of -svc
tindynnic
Posts: 2
Joined: Wed Jan 08, 2025 6:41 am

Re: How can i using http service by Sever mode in command line

Post by tindynnic »

OK thanks a lot!
Post Reply