|
Halo dedicated server
I've figurd out how to get the "windows hide program" to hide with the command line and such, but now im gonig to create a file that will launch the server, and then hide it
So far I have a batch file that looks like this
start C:\"Program Files"\"Microsoft Games"\"Halo Server"\haloded.exe
cd\Program Files\Microsoft Games\Halo Server\Window\
window.exe
window /hide "Halo Console (1)"
now, the halo program launches fine
Everything after the first start command will work if its executed seperately (once the game is started) as well. The problem is this:
The batch file finishes executing all the commands before the halo server even gets loaded, thus the hide command has already gone by and doesnt work.
Is there any way to incorporate some sort of a delay on the batch file without a user input (such as "press any key to continue..")
I cannot simply have it start the server in the same window either (without using the "start" function), because if you do this, the halo console just uses the already open command prompt oepend by the batch file and then the rest of the code in the batch file does not execute.
Any ideas?
Last edited by VHockey86; 12-06-2003 at 07:20 PM.
|