sneaky4oe

START-RESTART.bat

Jun 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.09 KB | None | 0 0
  1. @echo off
  2. taskkill /f /IM nginx.exe > nul 2> nul
  3. start "" "nginx.exe"
  4. echo DONE
  5. timeout 1
Add Comment
Please, Sign In to add comment