prncnfg does not allow you to add a "local port" nor does any of the prn*.vbs family that M$ offers in system32. At least not that I can find. What I am asking is - is there a Perl way to add a "local port"?
| [reply] |
I very confused. In the OP, I understood that you could do it using prncnfg.vbs. Now you say you can't.
If you can't, there's no much I personally can do. You'll need to find out how to do what you want to do at the system level. Once you do, we can help you implement it in Perl.
is there a Perl way to add a "local port"?
If Windows can do it, Perl can do it.
| [reply] [d/l] |
There is only win32 ways, in perl you just do what you would do with win32 calls normally
| [reply] |