hi all,
i have vbscript (.vbs) file that i need to run from a php webpage. But how do i call and run the .vbs file???
i need to pass variables to the script as it initiates. Locally i use wshell or a windows shortcut to run the file but am stuck how to call and run it from php and i dont really wanna use .asp.
Any ideas???