1

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

warfish
  • 613
  • 5
  • 20
  • You can use the service installer from here http://nginx-win.ecsds.eu/ which will work for any nginx windows version. – itpp13 May 26 '15 at 14:19

1 Answers1

1

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

Mohamed Belal
  • 610
  • 7
  • 11