• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

0.3.5pl1 restarter.

wlj

retierd
Joined
Jan 7, 2009
Messages
1,201
Reaction score
1
Well just readed out my c++ book in school here you go


PHP:
echo off
title Otserver
title Auto-Restarter c++ By wlj
cls
:controllerini
:begin 
cryingdamson.exe
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo ::  Server Crached, Server will now restart NOT Joke :)		          ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
goto begin
:goto begin
echo on


save as restarter.bat

run if youll not get the file you wanna to save then use bat>exe pogram


Cya (if use then rep):thumbup:
 
Shorter version:
Code:
echo off
title TFS_serv
cls
:controllerini
TFS.exe
goto :controllerini
 
haha sry i like long scripts :p

Long scripts = more time to execute them and more messy. Thread moved to programming resources since it has nothing to do with C++ Programming.



Now tell me that you hate me for this action too >_>
 
Back
Top