Advertisement
bajekek

loop.bat

Oct 12th, 2021 (edited)
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. tasklist | find /i "ngrok.exe" >Nul && goto check || echo "NGROK Services is not Running. One NGROK FREE Account/ 1 Tunnel, If u want Run more VM, Update new NGROK_AUTH_TOKEN into Settings> Secrets> Repository secrets then run workflow again. Your current workflow end shortly. If you still have questions contact: https://fb.com/404 " & ping 127.0.0.1 >Nul & ping 127.0.0.1 >Nul & exit
  3. :check
  4. ping 127.0.0.1 > nul
  5. cls
  6. goto check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement