After KM telling me to make a batch file to reload the cache if im not about and it dies for whatever reason i decided i was so proud of it i would post it on here for anyone else who wants to use it.
I also think that it would prob work with the Room servers and alot of other things but im not hosting at the mo and aint got time to test it.
@echo off
cls
echo Protecting Cache from crashes...
echo If you want to close Cache and this script, close the Cache window and type Y depending on your language followed by Enter.
title Peer Cache Watchdog
:cache
echo (%time%) cache started.
start /wait E:\Peercache\PublicCache.exe
echo (%time%) WARNING: Cache closed or crashed, restarting.
goto cache
You will have to modify the destination to the cache.exe and it doesnt like spaces in the file names. but anyway their it is prob useless but i think its cool lol
Ive also added the bat to download below for the lazy ones lol to modify it right click on it and use edit.