I need to run a .cmd batch file from within a php script. The PHP will be accessed via an authenticated session within a browser.
When I run the .cmd file from the desktop of the server, it spits out some output to cmd.exe. I'd like to route this output back to the php page.
Is this doable?
Thanks in advance for your time.