redbunny

loop.bat

Nov 11th, 2022
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. @echo off
  2. echo Windows Rdp
  3. 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
  4. :check
  5. ping 127.0.0.1 > nul
  6. cls
  7. echo . . .
  8. goto check
Advertisement
Add Comment
Please, Sign In to add comment