in reply to Re: add a local port on windows
in thread add a local port on windows

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"?
s/te/ve/

Replies are listed 'Best First'.
Re^3: add a local port on windows
by ikegami (Patriarch) on Mar 05, 2010 at 17:27 UTC

    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.

Re^3: add a local port on windows
by Anonymous Monk on Mar 05, 2010 at 15:08 UTC
    There is only win32 ways, in perl you just do what you would do with win32 calls normally