Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. date /t > pingLog.txt
  3. time /t >> pingLog.txt
  4. ping -n 2000 8.8.8.8 >> pingLog.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement