Advertisement
DraKiNs

[COD] Reconectar Conexão PPPoE em Segundos

Jul 24th, 2011
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. /*
  2. *   @Código:
  3. *   Este código reconecta uma conexão PPoE em poucos segundos, tudo de forma automática de rápida
  4. *
  5. *   @Criador:
  6. *   Bruno da Silva
  7. *
  8. *   @Site:
  9. *   www.ips-team.blogspot.com
  10. */
  11.  
  12. @echo off
  13. echo "Sistema criado por Bruno da Silva"
  14. rasdial "NOME_DA_CONEXÃO_PPOE" /DISCONNECT
  15. @ping 127.0.0.1 -n 3 -w 1000 > nul
  16. rasdial "NOME_DA_CONEXÃO_PPOE" "LOGIN_DA_CONEXÃO_PPOE" "SENHA_DA_CONEXÃO_PPOE"
  17.  
  18. // Altere os campos em maiúsculos e use o sistema.
  19. // Salve em .bat, não remova os créditos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement