Executing an exe
Posted on
16th Feb 2014 07:03 pm by
admin
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a game server booking system and the part that is not working is the one with the launching the server itself. Its not connected to the server exe's as far as I know because I can't launch no exe at all. The closes thing I have come is launching the process, but the window does not show up. Here is the code I am using now:
Code: [Select]$commandString = 'start /b notepad.exe';
pclose(popen($commandString, 'r'));I have also tried WshShell.Run and psexec.exe method. All of them yields the same results... nothing. It launches the process (it shows up in the task manager process tab), but does not launch the application itself (does not show up in task managers applications tab) and the window is not visible. I would expect it to run the exe (in this case notepad), but it doesn't. I think it could be something to do with php.ini or somewhere else in the configs. Are there any things I should turn on when I want to launch apps?
No comments posted yet
Your Answer:
Login to answer
302
19
Other forums
Stopped working!
So I had to change some stuff, none of it major. Stuff like the extension_dir and such. BEFORE I did
very easy question about SQL info
Hello,
I think that I have a very easy question.
I know how to create a form using php SQL and
Hom to make one url to open together with another url
I have a chat, which i want to be opened, as soon as the users login to the site. As it is now, when
PHP mail() with images
I'm trying to get images to send along with my HTML e-mail sent through PHP mail(). I only tried vie
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
Send inserts to mysql thru port 80
Hi!
I have an application that must do some inserts in a mysql db. This db is behind a firewa
Google Map
I have done Google Map Integration for one my project. But for that we need the "latitude and l
media recovery
Hi,
i startup the database i got the error
SQL> startup
ORACLE instance started.
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&
|