Im searching a way to start server with a bat file or by adding a prefix to a shortcut to launch a winginx program with a specific project and specific services (php, nginx, mysql)
ps: i dont need install services. Its portable server.
thanks
Im searching a way to start server with a bat file or by adding a prefix to a shortcut to launch a winginx program with a specific project and specific services (php, nginx, mysql)
ps: i dont need install services. Its portable server.
thanks
You can make a .bat file that will use the cd(change directory) command to change the current directory to the location of the services and then execute each service command