serverloader110(beta).zip
The archive includes an INI config file with new command settings listed in the comment header.
Fixes include:
1) Added full range of startup window settings. Minimizing now works much better than before.
2) Added "ProcessName" alias, where you can assign a name to each process, and then refer to the process name in your commands:
Examples:
INI settings with two HLDS servers:
[Process_0]
ProcessName = hlds_1
[Process_1]
ProcessName = hlds_2
Commands to stop HLDS_1 and start HLDS_2
meanloader -pause hlds_1
meanloader -stop hlds_1
meanloader -resume hlds_2
meanloader -start hlds_2