batdnsipresolve
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
batdnsipresolve [2025/06/03 16:00] – tektinkers | batdnsipresolve [2025/06/03 16:11] (current) – tektinkers | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== *.bat file to resolve DNS / IP ====== | ====== *.bat file to resolve DNS / IP ====== | ||
+ | |||
+ | In the Search field on the Taskbar type " | ||
Open Notepad\\ | Open Notepad\\ | ||
- | In new Notepad | + | |
+ | In new Notepad | ||
< | < | ||
@echo off | @echo off | ||
:loop | :loop | ||
- | nslookup | + | nslookup |
- | :: ping -n 1 nachonut.com | + | :: ping -n 1 google.com |
timeout /t 10 | timeout /t 10 | ||
goto loop | goto loop | ||
</ | </ | ||
+ | //Adding "::" | ||
+ | |||
+ | Go to "Save as"\\ | ||
+ | Go to "Save as type:" and select "All files" | ||
+ | Type desired filename and add " | ||
+ | Select desired location of file to be saved at.\\ | ||
+ | Select " | ||
+ | \\ | ||
+ | \\ | ||
+ | Double Click your new *.bat file to start it!\\ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
+ | NOTE:\\ | ||
+ | //You can either press Ctrl+c to stop the *.bat file or just close the window.// | ||
batdnsipresolve.1748966450.txt.gz · Last modified: 2025/06/03 16:00 by tektinkers