paulgrant.ca



 
Continuous Tracert Windows Batch File

This script will continuously run a tracert on a list of multiple websites.   I use it in places with poor quality ISPs.

paste this code into a file called trace_pg.bat, Save, Close, double click to run. SET __TracertUrls.PG=www.paulgrant.ca SET __TracertUrls.SS=www.supportsoho.com FOR /F "tokens=2* delims=.=" %%A IN ('SET __TracertUrls.') DO tracert %%B cmd /K trace_pg.bat
 


© paulgrant.ca