p3nt4 / Invoke-SocksProxy

Socks proxy, and reverse socks server using powershell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run from a bat file?

paolosezart opened this issue · comments

How do I run this script from a bat file?
I tried powershell Import-Module .\Invoke-SocksProxy.psm1
But nothing happens.

commented

You need to run a command, not just importing the module.

Can I have detailed instructions? How to run this script in the background and add it to the startup. Or can I register as a service?