'i made' a vbscript (modified some other) which start soldat in the background that you cant see it in the toolbar, tho you can see it when you go alt+ctrl+del, you can rename it some other (rundll for example) if you want to keep secret soldat server...
[code]
Dim WSHShell, dir, fso, f1
Set WSHShell = WScript.CreateObject("WScript.Shell")
'INSERT THERE YOUR SOLDAT SERVER PATH+THE ADMIN PASS PARAMETER
WSHShell.run "c:\soldatserver\soldatserver.exe adminpass"&s,0,0
[/code]
copy it and save as 'something.vbs'
or dl zip from here:
[URL]
You can stop the server from alt+ctrl+f4
enjoy [:-clown]
[code]
Dim WSHShell, dir, fso, f1
Set WSHShell = WScript.CreateObject("WScript.Shell")
'INSERT THERE YOUR SOLDAT SERVER PATH+THE ADMIN PASS PARAMETER
WSHShell.run "c:\soldatserver\soldatserver.exe adminpass"&s,0,0
[/code]
copy it and save as 'something.vbs'
or dl zip from here:
[URL]
You can stop the server from alt+ctrl+f4
enjoy [:-clown]