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 Link to comment https://forums.phpfreaks.com/topic/218141-run-vbscript-on-server-from-php-code/ 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 Link to comment https://forums.phpfreaks.com/topic/218141-run-vbscript-on-server-from-php-code/#findComment-1131963 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 Link to comment https://forums.phpfreaks.com/topic/218141-run-vbscript-on-server-from-php-code/#findComment-1131985 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.