Run VBScript on server from javascript/php -


i have single page application written in javascript , php, trying run external .vbs file on server?

i have tried using php com class exec() no avail. has achieved this? possible?

found gem: http://technet.microsoft.com/en-us/library/ee156587.aspx

by that, should try similar in php:

exec('wscript "c:/path/to/script.vbs"'); 

Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -