is it possible to start a windows programm (a windows executeable,like a game server) with PHP?
I run half-life gameservers on my Linux system and all I have to do is: <? exec($scriptname);
?> but i'm not sure how to in windoze