Advertisement
a-mishra

save-ping

Jul 17th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. README.txt
  2. ------------------------------------------------------------
  3. Open command prompt and run run the below 3 commands all in separate command prompt windows,
  4. before running the command please create the files ping5.txt, ping6.txt, ping7.txt and the file location in below command; (replace "C:\Users\202632\Downloads\ping5.txt" with location of ping5.txt on your system).
  5.  
  6.  
  7. ping -t 10.41.22.5 |cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 10.41.22.5 >nul" >C:\Users\202632\Downloads\ping5.txt
  8.  
  9. ping -t 10.41.22.6 |cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 10.41.22.6 >nul" >C:\Users\202632\Downloads\ping6.txt
  10.  
  11. ping -t 10.41.22.7 |cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 10.41.22.7 >nul" >C:\Users\202632\Downloads\ping7.txt
  12.  
  13.  
  14. needed info to debug:
  15. --------------------------
  16. ping file generated by above command
  17. date and time for the call, for which crm did not came;
  18. phone number for the call;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement