dmikester1 Posted November 8, 2010 Share Posted November 8, 2010 Is it possible to run a VBScript on the server from a PHP file called by the client? I am using Apache as my web server on a Windows Server 2003 machine. <?php exec('saveAsTxt.vbs'); ?> It just hangs the browser and doesn't do anything. I'm not sure what is going on. If anyone can help, it would be much appreciated. Thanks Mike Quote Link to comment Share on other sites More sharing options...
Psycho Posted November 8, 2010 Share Posted November 8, 2010 Take a look at these: http://www.tuxradar.com/practicalphp/14/1/4 http://bytes.com/topic/php/answers/496432-php-function-call-vbs Quote Link to comment Share on other sites More sharing options...
dmikester1 Posted November 8, 2010 Author Share Posted November 8, 2010 Tried running code from each of those sites and it still hangs. Any other thoughts? Thanks Mike Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.