Jump to content

Run VBScript on server from PHP code


dmikester1

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.