User Tools

Site Tools


batdnsipresolve

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
batdnsipresolve [2025/06/03 15:57] – created tektinkersbatdnsipresolve [2025/06/03 16:11] (current) tektinkers
Line 2: Line 2:
 [[https://www.tektinkers.com|Back to tektinkers.com]] [[https://www.tektinkers.com|Back to tektinkers.com]]
  
-//Below are pages of Notes I've collected for things I've installed and setup in my HomeLab for you to take advantage of.//+====== *.bat file to resolve DNS IP ======
  
-**Microsoft**+In the Search field on the Taskbar type "notepad"\\
  
-[[setuphypervwindows|Enable Hyper-V - Windows Pro]]\\ +Open Notepad\\ 
-[[makeusbisoinstallwin|Make Bootable USB stick wISO to install Windows]]\\+ 
 +In new Notepad type; 
 +<code> 
 +@echo off 
 +:loop 
 +nslookup google.com 
 +:: ping -n 1 google.com 
 +timeout /t 10 
 +goto loop 
 +</code> 
 + 
 +//Adding "::" at the beginning of a line means the line will NOT be read, this can be removed.//\\ 
 + 
 +Go to "Save as"\\ 
 +Go to "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.\\ 
 +Select "Save"\\ 
 +\\ 
 +\\ 
 +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|*.bat file to resolve DNS/IP]]\\ 
batdnsipresolve.1748966243.txt.gz · Last modified: 2025/06/03 15:57 by tektinkers