ok
Under Linux you can use this to restart a crashed server....
Code:
#!/bin/bash
while true
do
sh /games/steam/hlds/startserver.sh
echo "server crashed on `date`" > last_crash.txt
done
That will spawn your servers start.
I will make a simple Visual Basic Program that will do the same sort of thing.
or you can do it your self
Job Done!