Forum Moderators: phranque

Message Too Old, No Replies

wamp server

         

yotam

11:51 am on Sep 15, 2007 (gmt 0)

10+ Year Member



Hi all,

I am using the latest wamp server - WAMP5 Version 1.7.1

Now, I am trying to execute an external program lets take for example the windows calculator, as follows:

<?php

exec("c:/windows/system32/calc.exe");

?>

The problem is that the caculation is actually opened but in the background,
I suppose the problem is that Wamp works as a service and it's loggoed on as a "Local System", which makes it work in the background...

What do I have to do to run programs from php scripts in full window and not in the background?