Hi,
I'm running a game server on XP and (unfortunately) it only runs in gui. So I tried, as a test, to exec notepad.exe but it just runs it in the background (lot of good that does!). I was wondering if there was anyway to get it to run in the foreground?
exec? system?
Moderator: General Moderators
-
bionicdonkey
- Forum Contributor
- Posts: 132
- Joined: Fri Jan 31, 2003 2:28 am
- Location: Sydney, Australia
- Contact:
Mmmm, actually...I guess I should better explain it...
I have a game server running that only runs with the Windows GUI. I want to be able to start and stop it remotely via php...yet when I physically use the server, I still want to see it running in the foreground. Currently, I can only get php to run it in the background -- which means there's no way to access it when you're physically at the server computer. Does that make sense? I hope so
I have a game server running that only runs with the Windows GUI. I want to be able to start and stop it remotely via php...yet when I physically use the server, I still want to see it running in the foreground. Currently, I can only get php to run it in the background -- which means there's no way to access it when you're physically at the server computer. Does that make sense? I hope so