i have a trick for windows 11 easy way to run over php 8 script bat
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" ( GOTO STOPSERVER )else IF "%1" == "start" ( GOTO STARTSERVER )else ( echo…