We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I run this script from a bat file? I tried powershell Import-Module .\Invoke-SocksProxy.psm1 But nothing happens.
powershell Import-Module .\Invoke-SocksProxy.psm1
The text was updated successfully, but these errors were encountered:
You need to run a command, not just importing the module.
Sorry, something went wrong.
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?
No branches or pull requests
How do I run this script from a bat file?
I tried
powershell Import-Module .\Invoke-SocksProxy.psm1
But nothing happens.
The text was updated successfully, but these errors were encountered: