Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo Windows Rdp
- tasklist | find /i "ngrok.exe" >Nul && goto check || echo "Cannot get an army tunnel, ensure Ngrok_Auth_token is right in settings> Secrets> secret archive. Perhaps your previous VM still runs: https://dashboard.ngrok.com/status/tunnels" & ping 127.0.0.1 >Nul & exit
- :check
- ping 127.0.0.1 > nul
- cls
- echo . . .
- goto check
Advertisement
Add Comment
Please, Sign In to add comment