taskkill /f /IM nginx.exe
@ECHO OFF cd /nginx taskkill /f /IM nginx.exe start nginx EXIT
You must be logged in to post a comment.