|
Answer» When I start a directx GAME from a batch LIKE this: START "test" /WAIT game.exe then the game APPARENTLY takes on the "environment" of the batch file, ie it will not have hardware acceleration available, like it has when STARTING game.exe from windows. So how do I start that game in its own process?
Just curious... Why would you have a need to launch a game from batch ? ?The game has problems with directdraw. So in the batch I first turn off ddraw, then start the game, wait for the game to close, re-enable ddraw and exit.Forget it, the problem lies with how I turned off ddraw. Thread solved.
|