Guest User

Untitled

a guest
Jan 5th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. REM trace.bat
  3.  
  4. if "%1" == "" goto starttrace
  5.  
  6. echo tracing %1...
  7. chcp 1252 > nul
  8. tracert %1 > %2
  9. exit
  10.  
  11. :starttrace
  12. mkdir .\traces\
  13. start trace.bat trace.inn.ru .\traces\trace.txt
  14. start trace.bat download.inn.ru .\traces\download.txt
  15. start trace.bat frostsecurity.net .\traces\frostsecurity.txt
  16. start trace.bat geo.aion.ru .\traces\geo.txt
Add Comment
Please, Sign In to add comment