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.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
tracert ibm.com > trace.log
ping ibm.com > ping.log
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.