Computing Staff
  • 0

Batch File To Ping And Tracert An IP

  • 0

I need help to write a batch dos to execute the below cmd:

ping <IP> -n 20
tracert <IP>

I need this both to be push into a log.

also, can this batch file to be cron running at certain hour?

thanks.

Share

2 Answers

  1. olloong: can this batch file to be cron running at certain hour?
    WinXP doesn’t have cron. It does have Scheduled Tasks, and yes it can.

    • 0