For Network Engg. its tuff (MAY BE) to fire DOS command
thousand times in a day for Raleasing IP and FlushDNS and Register DNS and Renew.
So i think that why can't i make a batch file that automatically fire those specific commands for managing network.
Now i have done it.
Lets begin with this nice batch file.
Create a text doc, and copy then paste the following to the text document.
Then go to file - save as, let the window open, and under Save As Type select All Files and name as anyname.bat, click save and exit.
Go to where you saved file and double click on it, let it do it's thing and it will be fixed!
thousand times in a day for Raleasing IP and FlushDNS and Register DNS and Renew.
So i think that why can't i make a batch file that automatically fire those specific commands for managing network.
Now i have done it.
Lets begin with this nice batch file.
Create a text doc, and copy then paste the following to the text document.
@ECHO OFF
ipconfig /release
ipconfig /flushdns
ipconfig /setclassid
ipconfig /registerdns
ipconfig /renew
EXIT
Then go to file - save as, let the window open, and under Save As Type select All Files and name as anyname.bat, click save and exit.
Go to where you saved file and double click on it, let it do it's thing and it will be fixed!
0 comments:
Post a Comment