berwari
MIS
- Mar 26, 2009
- 1
Hello,
I have a simple vbs script that installs domain printers on computers by clicking on the vbs file.
I would like to run it from a local web page "intranet" so that our users can see a list of printers and click on the ones they like to install it on their computers? how can I do that?
I can open the script on my web page, but it's prompting me to save it to the local machine? I want to run and install the printer?
here is what I have on my web page:
<html>
<a href="install-printer.vbs">add printer</a>
</html>
thx
I have a simple vbs script that installs domain printers on computers by clicking on the vbs file.
I would like to run it from a local web page "intranet" so that our users can see a list of printers and click on the ones they like to install it on their computers? how can I do that?
I can open the script on my web page, but it's prompting me to save it to the local machine? I want to run and install the printer?
here is what I have on my web page:
<html>
<a href="install-printer.vbs">add printer</a>
</html>
thx