Repair Network Connection conflicts with a BAT file ...Reparar conflictos de conexiones de red con un archivo BAT.

MS-DOS commands most used batch scheduling, and today and we will make our first small batch automated utility that will allow us to do something that hard, it takes a long process. And what are we talking about?

Do you remember where we talked about how to troubleshoot network problems with simple DOS commands?. Today we will talk about the same, but obviously

automating these operations.

What we will do is copy the following command lines in a plain text file (with no formatting) created using Notepad (Run Command, Windows Key + R: Notepad):

ipconfig / release
ipconfig / renew
ipconfig / flushdns
ipconfig / registerdns
nbtstat-R

Then what we will do is save the text file format with BAT, and every time we see that we have problems with the network of Windows, execute it and thereby make the most basic operations to solve conflict network.

If you wish to download the file do not BAT for the process (I did) to open the notepad, copy the code, save the file with extension BAT and so on. Easier, download and run when required, or note that there is some conflict in the network.
...............................................................................

los comandos MS-DOS más usados en la programación Batch, ya hoy haremos nuestra primera y pequeña utilidad automatizado en Batch que nos permitirá hacer algo que, a duras penas, lleva un largo proceso. ¿Y de qué hablamos?

¿Recuerdan donde hablábamos sobre cómo solucionar problemas de red con sencillos comandos MS-DOS?. Hoy hablaremos sobre lo mismo, pero claro

automatizando dichas operaciones.

Lo que haremos será copiar las siguientes líneas de comando en un fichero de texto plano (sin formato) creado con Bloc de Notas (Comando Ejecutar, Tecla Windows + R: Notepad):

ipconfig/release
ipconfig/renew
ipconfig /flushdns
ipconfig /registerdns
nbtstat -R

Seguidamente lo que haremos será guardar dicho fichero de texto con formato BAT, y cada vez que veamos que tenemos problemas con la red de Windows, lo ejecutamos y de esa forma se realizarán las operaciones más elementales para solucionar conflictos de red.

Si desean pueden descargar el fichero BAT para que no hagan el proceso (que yo hice) de abrir el bloc de notas, copiar los códigos, guardar el fichero con extensión BAT y etc. Más fácil, descargar y ejecutar cuando se requiera o se note que existe algún conflicto en la red.

No hay comentarios:

Protected by Copyscape Original Article Checker