Guest User

Untitled

a guest
Jan 5th, 2018
70
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. echo %0
  13. pause
  14. mkdir .\traces\
  15. start trace.bat trace.inn.ru .\traces\trace.txt
  16. start trace.bat download.inn.ru .\traces\download.txt
  17. start trace.bat frostsecurity.net .\traces\frostsecurity.txt
  18. start trace.bat geo.aion.ru .\traces\geo.txt
Add Comment
Please, Sign In to add comment