Skip to content
New issue

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

Ngrok silent run process #538

Closed
karencho777 opened this issue Nov 29, 2018 · 3 comments
Closed

Ngrok silent run process #538

karencho777 opened this issue Nov 29, 2018 · 3 comments

Comments

@karencho777
Copy link

Hello, how can i run ngrok silently in windows machine? i have tried :
@echo off
start ngrok.exe http 82

but still the window pops up with the url address and etc...

i even tried this to

Set WshShell = CreateObject("WScript.Shell" )
WshShell.Run chr(34) & "C:\web\runng.bat" & Chr(34), 0
Set WshShell = Nothing

still the same, can some one help?

@karencho777
Copy link
Author

no one can help?

@theevilhead
Copy link

@russorat
Copy link
Collaborator

russorat commented May 9, 2024

Thank you for opening this issue! As of April 2016, the ngrok service has permanently moved to https://ngrok.com/. To join the community and file bug reports or feature enhancements for the ngrok agent, please go to https://github.com/ngrok/ngrok.

This repository is no longer actively maintained and will be archived soon to reduce confusion with the latest ngrok versions. We thank you for the continued support of ngrok and look forward to seeing you over at ngrok.com and the ngrok Community Repo.

@russorat russorat closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants