I have a Single Page Application written in JavaScript and PHP, I am trying to run an external .vbs file on my server?
I have tried using the php COM class as well as exec() to no avail. Has anyone successfully achieved this? Is it even possible?
I have a Single Page Application written in JavaScript and PHP, I am trying to run an external .vbs file on my server?
I have tried using the php COM class as well as exec() to no avail. Has anyone successfully achieved this? Is it even possible?
Found this gem: http://technet.microsoft.com/en-us/library/ee156587.aspx
By that, you should try the similar in PHP: