Hi all,
I would like to know if it is possible from a php page to run a *.bat file? On a local machine...
Thank's in advance,
Nicolas
nope - php is a server side language therefore it cannot run .bat files on a local machine as it is processed "server side".
Why the hell you would want to is beyond me??
:o)
you can absolutely run a .bat file on the server using the exec() function.