I run windows xp. My friend runs later windows 10. Will this still run on his or any later than xp versions of windows machines? Thanks for the help, I am not a batch file doctor. =P
Code: Select all
REM - Name: Server Restarter
@ECHO OFF
Title= .:: Restarter ::.
CLS
ECHO worldserver Started %time:~0,5% %date:~1%
:SERVERLOOP
worldserver.exe
ECHO worldserver Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END