M
mike
I have a VBS (old fashioned VBS that is) that installs a network
printer via WMI on any PC.
I can pass in the PC's name via a command line argument.
The question is, how can I execute this VBS from a web page. Passing
in the user's PC name is the easy part (I think). Ulitmately, I need
to make a call something like
installprinter.vbs mypcname
Yes, I'm sure I could use the .NET wrapper for WMI but the script
already exists and I don't understand how to use it. Whereas, I know
VBS pretty well.
Thanks
Mike
printer via WMI on any PC.
I can pass in the PC's name via a command line argument.
The question is, how can I execute this VBS from a web page. Passing
in the user's PC name is the easy part (I think). Ulitmately, I need
to make a call something like
installprinter.vbs mypcname
Yes, I'm sure I could use the .NET wrapper for WMI but the script
already exists and I don't understand how to use it. Whereas, I know
VBS pretty well.
Thanks
Mike