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
Post a Comment