User Tools

Site Tools


batdnsipresolve

This is an old revision of the document!


TinkersDocs Home Back to tektinkers.com

*.bat file to resolve DNS / IP

Open Notepad

In new Notepad type;

@echo off
:loop
nslookup nachonut.com
:: ping -n 1 nachonut.com
timeout /t 10
goto loop

Adding “::” at the beginning of each line means the line will NOT be read, this can be removed.

Goto “Save as”
Goto “Save as type:” and select “All files”
Type desired filename and add “.bat” at end of filename
Select desired location of file to be saved at.

batdnsipresolve.1748966728.txt.gz · Last modified: 2025/06/03 16:05 by tektinkers