im no expert so im asking...
@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew
exit
if i write this in txt and then change it to bat, will it be the same as writing it in the command prompt ?
using those lines is the same as disconnecting the modem ?
as far as i know doing the trick by disconnecting the modem can hurt the computer. the way i wrote above won't hurt the computer and still do the same effect im looking for ?
@echo off
echo ipconfig /flushdns
ipconfig /flushdns
echo ipconfig /release
ipconfig /release
echo ipconfig /renew
ipconfig /renew
exit
if i write this in txt and then change it to bat, will it be the same as writing it in the command prompt ?
using those lines is the same as disconnecting the modem ?
as far as i know doing the trick by disconnecting the modem can hurt the computer. the way i wrote above won't hurt the computer and still do the same effect im looking for ?