Bat

Forum discussion tagged with Bat.
  1. D

    batchfile for internet reconnect

    Hi, i want to create a batch file that scans if my pc is connected to the internet and if its not connected the script executes bachfile 1 (called ipconfig renew.bat) ipconfig /release ping -n 5 127.0.0.1 ipconfig /renew my solution for this "problem" wouldve been @echo off :loop ping...