Castiel789

Dead Matter Start.bat

Aug 23rd, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.14 KB | None | 0 0
  1. @echo off
  2. cls
  3. :start
  4. echo Starting server...
  5. start /wait deadmatterServer.exe -log
  6. echo Restarting server...
  7. timeout /t 3
  8. echo.
  9. goto start
Add Comment
Please, Sign In to add comment