hi there was a guy on the forms about how t make ur own in note pad but i cant find it does any one else noe the code
hi there was a guy on the forms about how t make ur own in note pad but i cant find it does any one else noe the code
Last edited by blorb; 12-10-2007 at 08:31 PM.
Logonserver
@ECHO OFF
CLS
ECHO Server Started %time:~0,5% %date:~1%
:SERVERLOOP
cd WS
logonserver.exe
ECHO Server Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END
Ascent
@ECHO OFF
CLS
ECHO Server Started %time:~0,5% %date:~1%
:SERVERLOOP
cd WS
ascent.exe
ECHO Server Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END
Remember as a bat
^ what he says
CLOSED
Search for How to make your own restarter
thx man
so much