Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @echo off
  2.  
  3. title Google Ping
  4.  
  5. mode 12,1
  6.  
  7. :start
  8.  
  9. set DT=%date:/=-%
  10.  
  11. timeout /t 30
  12.  
  13. echo %time% %date% >> C:UsersBradleyDesktopLogsgoogle_log%DT%.txt
  14.  
  15. ping -n 1 8.8.8.8 >> C:UsersBradleyDesktopLogsgoogle_log%DT%.txt
  16.  
  17. goto start
Add Comment
Please, Sign In to add comment