Is there any way to run command line tools at start up while keeping them hidden?
I am working on a PHP script that will share a Windows scanner with MacOS, Linux and Android over the eSCL/Airscan protocol. There is at least one tool "dns-sd" (Apple Bonjour) that I need to launch as a command line, from what I can tell.
I currently start this in startup folder
I was wondering if there is a way to run such a command line hidden at start up. Also I would not need Apache or other web server if I can do the same with running the PHP development server.
I do not want the user to be able to close these windows
Any suggestions?
Thanks
Mark