• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

A server restarter that starts a .exe in a windows compalibilty mode?

nugo

Australia OT Mapper
Joined
Apr 1, 2009
Messages
398
Solutions
4
Reaction score
197
My server needs to run in windows 7 compatibility mode on my windows 2008 VPS otherwise it routinely crash's.

So my question is there a restarted that starts an exe in windows 7 compalibilty mode?
 
Have you just tried a regular restarter? Based off this is goes and runs your .exe file and if you have it to run in compatibility mode it should.
Heres a simple one if you don't have one. Just save as restarter.bat and just change the server name
Code:
@echo off
:begin
echo Server name Restarter
echo Loading…
echo .
echo ..
Server name.exe
goto begin
Have you just tried a regular restarter?
 
Back
Top