![]() |
Win HLDS server Bat file - Printable Version +- VadaVaka (https://vadavaka.com/forums) +-- Forum: General Forums (https://vadavaka.com/forums/forumdisplay.php?fid=5) +--- Forum: IT-Geeks Hang Out (https://vadavaka.com/forums/forumdisplay.php?fid=42) +---- Forum: Programming (https://vadavaka.com/forums/forumdisplay.php?fid=27) +---- Thread: Win HLDS server Bat file (/showthread.php?tid=2910) |
Win HLDS server Bat file - evil_admin - 08-09-2003 When running the linux version of HLDS, if it crashes it will automatically restart but won't do this automatically in windows. There have been 3rd party apps to make this happen but I came across an easy way to force restart using a .bat file. Here is what I use for my Rico Development server: :top start /wait /high C:\HLServers\HLDevServer\hlds.exe -noipx -heapsize 51200 -port 27016 -game ricochet -console Echo Server Failed! Date /t Time /t goto :top |